summaryrefslogtreecommitdiffstats
path: root/libksirtet/base/factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libksirtet/base/factory.cpp')
-rw-r--r--libksirtet/base/factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libksirtet/base/factory.cpp b/libksirtet/base/factory.cpp
index 55850f0b..cb2f484b 100644
--- a/libksirtet/base/factory.cpp
+++ b/libksirtet/base/factory.cpp
@@ -41,12 +41,12 @@ BaseFactory::~BaseFactory()
_self = 0;
}
-QWidget *BaseFactory::createAppearanceConfig()
+TQWidget *BaseFactory::createAppearanceConfig()
{
return new BaseAppearanceConfig;
}
-QWidget *BaseFactory::createColorConfig()
+TQWidget *BaseFactory::createColorConfig()
{
return new ColorConfig;
}