summaryrefslogtreecommitdiffstats
path: root/src/configpagebase.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-01 23:15:51 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-01 23:15:51 +0000
commit6b1b516f42036cf9eff691dba3fd6e9eab82a7e1 (patch)
tree6830f75fd57d0fac7e33c097ee98b210e90c5239 /src/configpagebase.h
parent6318b8bb3ef964cfa99ba454a2630779cc9ac3ec (diff)
downloadsoundkonverter-6b1b516f42036cf9eff691dba3fd6e9eab82a7e1.tar.gz
soundkonverter-6b1b516f42036cf9eff691dba3fd6e9eab82a7e1.zip
TQt4 port soundkonverter
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1239038 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/configpagebase.h')
-rwxr-xr-xsrc/configpagebase.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/configpagebase.h b/src/configpagebase.h
index 802bb2d..23aad2b 100755
--- a/src/configpagebase.h
+++ b/src/configpagebase.h
@@ -3,21 +3,22 @@
#ifndef CONFIGPAGEBASE_H
#define CONFIGPAGEBASE_H
-#include <qwidget.h>
+#include <tqwidget.h>
/**
* @short The base for all pages of the config dialog
* @author Daniel Faust <hessijames@gmail.com>
* @version 0.3
*/
-class ConfigPageBase : public QWidget
+class ConfigPageBase : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
*/
- ConfigPageBase( QWidget *parent=0, const char *name=0 );
+ ConfigPageBase( TQWidget *tqparent=0, const char *name=0 );
/**
* Destructor