summaryrefslogtreecommitdiffstats
path: root/kpercentage
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:00 -0600
commit1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 (patch)
tree7aca707994f0758ad30d3bcc0041d5b246f2269e /kpercentage
parent84ab9f7387b7993eed7c393763b3dc89dfa3a56d (diff)
downloadtdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.tar.gz
tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kpercentage')
-rw-r--r--kpercentage/kpercentage/kanswer.h2
-rw-r--r--kpercentage/kpercentage/kpercentage.h2
-rw-r--r--kpercentage/kpercentage/kpercentmain.h2
-rw-r--r--kpercentage/kpercentage/ksplashscreen.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kpercentage/kpercentage/kanswer.h b/kpercentage/kpercentage/kanswer.h
index 6837816b..f10872c4 100644
--- a/kpercentage/kpercentage/kanswer.h
+++ b/kpercentage/kpercentage/kanswer.h
@@ -47,7 +47,7 @@ class KPushButton;
class KAnswer : public KDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* The constructor doesn't need any parameters but the parent,
diff --git a/kpercentage/kpercentage/kpercentage.h b/kpercentage/kpercentage/kpercentage.h
index cf904ee6..46b11e2e 100644
--- a/kpercentage/kpercentage/kpercentage.h
+++ b/kpercentage/kpercentage/kpercentage.h
@@ -49,7 +49,7 @@
class KPercentage : public KDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** construtor */
KPercentage( const char *name=0 );
diff --git a/kpercentage/kpercentage/kpercentmain.h b/kpercentage/kpercentage/kpercentmain.h
index 2afdb969..773e87b5 100644
--- a/kpercentage/kpercentage/kpercentmain.h
+++ b/kpercentage/kpercentage/kpercentmain.h
@@ -44,7 +44,7 @@ class TQVBoxLayout;
class KPercentMain : public KDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
KPercentMain( TQWidget *parent, const char *name = 0 );
/** checks, if the task is solved right */
diff --git a/kpercentage/kpercentage/ksplashscreen.h b/kpercentage/kpercentage/ksplashscreen.h
index 638dc2a9..a6637d0c 100644
--- a/kpercentage/kpercentage/ksplashscreen.h
+++ b/kpercentage/kpercentage/ksplashscreen.h
@@ -35,7 +35,7 @@ class KPercentage;
class KSplashScreen : public KDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** constructor */