summaryrefslogtreecommitdiffstats
path: root/src/configpagebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configpagebase.cpp')
-rwxr-xr-xsrc/configpagebase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configpagebase.cpp b/src/configpagebase.cpp
index 1aedea5..f904de3 100755
--- a/src/configpagebase.cpp
+++ b/src/configpagebase.cpp
@@ -1,8 +1,8 @@
#include "configpagebase.h"
-ConfigPageBase::ConfigPageBase( QWidget *parent, const char *name )
- : QWidget( parent, name )
+ConfigPageBase::ConfigPageBase( TQWidget *tqparent, const char *name )
+ : TQWidget( tqparent, name )
{}
ConfigPageBase::~ConfigPageBase()