summaryrefslogtreecommitdiffstats
path: root/keduca/libkeduca
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 /keduca/libkeduca
parent84ab9f7387b7993eed7c393763b3dc89dfa3a56d (diff)
downloadtdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.tar.gz
tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'keduca/libkeduca')
-rw-r--r--keduca/libkeduca/fileread.h2
-rw-r--r--keduca/libkeduca/kgallerydialog.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/keduca/libkeduca/fileread.h b/keduca/libkeduca/fileread.h
index 1a33dc83..dd4caa08 100644
--- a/keduca/libkeduca/fileread.h
+++ b/keduca/libkeduca/fileread.h
@@ -34,7 +34,7 @@ class TQFile;
class FileRead : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
FileRead( TQObject *parent=0, const char *name=0 );
diff --git a/keduca/libkeduca/kgallerydialog.h b/keduca/libkeduca/kgallerydialog.h
index 1e43a29b..cce2acaf 100644
--- a/keduca/libkeduca/kgallerydialog.h
+++ b/keduca/libkeduca/kgallerydialog.h
@@ -35,7 +35,7 @@ namespace KIO { class Job; }
class KGalleryDialog : public KGalleryDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
KGalleryDialog(TQWidget *parent=0, const char *name=0);
~KGalleryDialog();