From fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:33 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/libgui/config_center.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libgui/config_center.h') 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 }; -- cgit v1.2.1