diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:01:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:01:55 -0600 |
commit | 887c5622e4a4f243b6013a7269ac4fc92955a38f (patch) | |
tree | e8913f457b8f58401a2861e41b10d6e19202d757 /systemsettings/modulesview.h | |
parent | ae0916b3df42b34f1ee9866feded907eda2cc19c (diff) | |
download | tde-systemsettings-887c5622e4a4f243b6013a7269ac4fc92955a38f.tar.gz tde-systemsettings-887c5622e4a4f243b6013a7269ac4fc92955a38f.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'systemsettings/modulesview.h')
-rw-r--r-- | systemsettings/modulesview.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |