summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:55 -0600
commit887c5622e4a4f243b6013a7269ac4fc92955a38f (patch)
treee8913f457b8f58401a2861e41b10d6e19202d757
parentae0916b3df42b34f1ee9866feded907eda2cc19c (diff)
downloadtde-systemsettings-887c5622e4a4f243b6013a7269ac4fc92955a38f.tar.gz
tde-systemsettings-887c5622e4a4f243b6013a7269ac4fc92955a38f.zip
Remove spurious TQ_OBJECT instances
-rw-r--r--systemsettings/kcmsearch.h2
-rw-r--r--systemsettings/kcmultiwidget.h2
-rw-r--r--systemsettings/mainwindow.h2
-rw-r--r--systemsettings/modulesview.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/systemsettings/kcmsearch.h b/systemsettings/kcmsearch.h
index 88aa015..55a88de 100644
--- a/systemsettings/kcmsearch.h
+++ b/systemsettings/kcmsearch.h
@@ -34,7 +34,7 @@ class ModulesView;
class KcmSearch : public KIconViewSearchLine
{
Q_OBJECT
- TQ_OBJECT
+
public:
KcmSearch( TQPtrList<ModulesView> *moduleViewList, TQWidget *parent = 0, const char *name = 0 );
diff --git a/systemsettings/kcmultiwidget.h b/systemsettings/kcmultiwidget.h
index ac68c78..61a144e 100644
--- a/systemsettings/kcmultiwidget.h
+++ b/systemsettings/kcmultiwidget.h
@@ -40,7 +40,7 @@ class KCModule;
class KUTILS_EXPORT KCMultiWidget : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/systemsettings/mainwindow.h b/systemsettings/mainwindow.h
index 38b1e0a..1328ca6 100644
--- a/systemsettings/mainwindow.h
+++ b/systemsettings/mainwindow.h
@@ -44,7 +44,7 @@ class KCModuleProxy;
class MainWindow : public KMainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
MainWindow(bool embed=true, const TQString &menufile="systemsettings",
diff --git a/systemsettings/modulesview.h b/systemsettings/modulesview.h
index 49a9d07..02fe435 100644
--- a/systemsettings/modulesview.h
+++ b/systemsettings/modulesview.h
@@ -77,7 +77,7 @@ class ModulesView : public TQWidget
friend class KcmSearch;
Q_OBJECT
- TQ_OBJECT
+
public:
void clearSelection();
TQString displayName;