diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:01:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:01:33 -0600 |
commit | fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d (patch) | |
tree | 44afa11fb537fa93881a338ae3b58f50e0e57371 /src/libgui/config_center.h | |
parent | 8ac8ddd6c1dcbda5e0240f5b2ad51800130f7360 (diff) | |
download | piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.tar.gz piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/libgui/config_center.h')
-rw-r--r-- | src/libgui/config_center.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libgui/config_center.h b/src/libgui/config_center.h index 88ed12c..0cc7cee 100644 --- a/src/libgui/config_center.h +++ b/src/libgui/config_center.h @@ -29,7 +29,7 @@ END_DECLARE_CONFIG_WIDGET class GlobalConfigWidget : public BaseGlobalConfigWidget { Q_OBJECT - TQ_OBJECT + public: GlobalConfigWidget(); virtual TQString title() const { return i18n("General"); } @@ -48,7 +48,7 @@ private: class StandaloneConfigWidget : public ConfigWidget { Q_OBJECT - TQ_OBJECT + public: StandaloneConfigWidget(); virtual void loadConfig(); @@ -68,7 +68,7 @@ private: class ConfigCenter : public Dialog { Q_OBJECT - TQ_OBJECT + public: enum Type { General = 0, ProgSelect, ProgOptions, DebugOptions, Standalone, Nb_Types }; |