summaryrefslogtreecommitdiffstats
path: root/akregator/src/mk4storage
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/mk4storage')
-rw-r--r--akregator/src/mk4storage/mk4plugin.h2
-rw-r--r--akregator/src/mk4storage/storagefactorymk4impl.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/mk4storage/mk4plugin.h b/akregator/src/mk4storage/mk4plugin.h
index 0c46e4fb..b512a809 100644
--- a/akregator/src/mk4storage/mk4plugin.h
+++ b/akregator/src/mk4storage/mk4plugin.h
@@ -27,7 +27,7 @@
#include "../plugin.h"
-class QString;
+class TQString;
namespace Akregator {
namespace Backend {
diff --git a/akregator/src/mk4storage/storagefactorymk4impl.h b/akregator/src/mk4storage/storagefactorymk4impl.h
index 2fa91593..85afb48e 100644
--- a/akregator/src/mk4storage/storagefactorymk4impl.h
+++ b/akregator/src/mk4storage/storagefactorymk4impl.h
@@ -27,8 +27,8 @@
#include "storagefactory.h"
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
namespace Akregator {
namespace Backend {