summaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:21 -0600
commitf988857fcf5b44899af08ef475d9a29c675b3731 (patch)
treec76fa817f819646aef3eb38bd371dbdad83f3241 /src/modules/theme
parentf3c8306949b2c5cece09d920309f23facf6d7022 (diff)
downloadkvirc-f988857fcf5b44899af08ef475d9a29c675b3731.tar.gz
kvirc-f988857fcf5b44899af08ef475d9a29c675b3731.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/modules/theme')
-rw-r--r--src/modules/theme/managementdialog.h2
-rw-r--r--src/modules/theme/packthemedialog.h2
-rw-r--r--src/modules/theme/savethemedialog.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/theme/managementdialog.h b/src/modules/theme/managementdialog.h
index b7a3c948..d36cc55e 100644
--- a/src/modules/theme/managementdialog.h
+++ b/src/modules/theme/managementdialog.h
@@ -74,7 +74,7 @@ protected:
class KviThemeManagementDialog : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
KviThemeManagementDialog(TQWidget * parent);
virtual ~KviThemeManagementDialog();
diff --git a/src/modules/theme/packthemedialog.h b/src/modules/theme/packthemedialog.h
index 6fab163f..226fd04e 100644
--- a/src/modules/theme/packthemedialog.h
+++ b/src/modules/theme/packthemedialog.h
@@ -41,7 +41,7 @@ class KviFileSelector;
class KviPackThemeDialog : public KviTalWizard
{
Q_OBJECT
- TQ_OBJECT
+
public:
KviPackThemeDialog(TQWidget * pParent,KviPointerList<KviThemeInfo> * pThemeInfoList);
virtual ~KviPackThemeDialog();
diff --git a/src/modules/theme/savethemedialog.h b/src/modules/theme/savethemedialog.h
index b8723aa7..dc482ded 100644
--- a/src/modules/theme/savethemedialog.h
+++ b/src/modules/theme/savethemedialog.h
@@ -44,7 +44,7 @@ class KviFileSelector;
class KviSaveThemeDialog : public KviTalWizard
{
Q_OBJECT
- TQ_OBJECT
+
public:
KviSaveThemeDialog(TQWidget * pParent);
virtual ~KviSaveThemeDialog();