summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/fileselectorwidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:09:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:09:32 -0600
commit0fed1a188b8d8be416550c63e2d5954f06434386 (patch)
tree19f346183997f815423bd63cb9f2e86baa1f3b14 /buildtools/autotools/fileselectorwidget.h
parent01b73b195ac252a67a00cfa0fa6a1ce4555f7304 (diff)
downloadtdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.tar.gz
tdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'buildtools/autotools/fileselectorwidget.h')
-rw-r--r--buildtools/autotools/fileselectorwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/autotools/fileselectorwidget.h b/buildtools/autotools/fileselectorwidget.h
index 96b5c79c..09d589de 100644
--- a/buildtools/autotools/fileselectorwidget.h
+++ b/buildtools/autotools/fileselectorwidget.h
@@ -40,7 +40,7 @@ class KFile;
class KDnDDirOperator : public KDirOperator
{
Q_OBJECT
- TQ_OBJECT
+
public:
KDnDDirOperator ( const KURL& urlName = KURL(), TQWidget *parent = 0, const char* name = 0 );
@@ -52,7 +52,7 @@ protected:
class FileSelectorWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
FileSelectorWidget( AutoProjectPart* part, KFile::Mode, TQWidget* parent = 0, const char* name = 0 );