summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/configbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/configbase.h')
-rw-r--r--kftpgrabber/src/misc/configbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kftpgrabber/src/misc/configbase.h b/kftpgrabber/src/misc/configbase.h
index 9946351..e5fae6e 100644
--- a/kftpgrabber/src/misc/configbase.h
+++ b/kftpgrabber/src/misc/configbase.h
@@ -37,7 +37,7 @@
#ifndef KFTPCORECONFIGBASE_H
#define KFTPCORECONFIGBASE_H
-#include <ntqobject.h>
+#include <tqobject.h>
#include <tdeconfigskeleton.h>
@@ -57,7 +57,7 @@ namespace KFTPCore {
*/
class ConfigBase : public TQObject, public TDEConfigSkeleton
{
-Q_OBJECT
+TQ_OBJECT
public:
ConfigBase(const TQString &fileName);