summaryrefslogtreecommitdiffstats
path: root/libkcal
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:28:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:28:10 +0000
commit1c3e6a878f147d063b43948dd8a3f06da195e7ea (patch)
tree3d0575a90e6b1c3cedb0c7b1d86970eb4ca92354 /libkcal
parent7be55ffa061c026e35e2d6a0effe1161ddb0d41f (diff)
downloadtdepim-1c3e6a878f147d063b43948dd8a3f06da195e7ea.tar.gz
tdepim-1c3e6a878f147d063b43948dd8a3f06da195e7ea.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkcal')
-rw-r--r--libkcal/calendarresources.h2
-rw-r--r--libkcal/htmlexport.h4
-rw-r--r--libkcal/resourcecachedconfig.h4
-rw-r--r--libkcal/resourcelocaldir.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/libkcal/calendarresources.h b/libkcal/calendarresources.h
index ad6ace73..1858a85b 100644
--- a/libkcal/calendarresources.h
+++ b/libkcal/calendarresources.h
@@ -39,7 +39,7 @@
#include <kresources/manager.h>
-class QWidget;
+class TQWidget;
/**
@namespace KCal
diff --git a/libkcal/htmlexport.h b/libkcal/htmlexport.h
index b411778d..1a209e17 100644
--- a/libkcal/htmlexport.h
+++ b/libkcal/htmlexport.h
@@ -31,8 +31,8 @@
#include "libkcal_export.h"
-class QFile;
-class QTextStream;
+class TQFile;
+class TQTextStream;
namespace KCal {
diff --git a/libkcal/resourcecachedconfig.h b/libkcal/resourcecachedconfig.h
index 5a227fe5..fae77c33 100644
--- a/libkcal/resourcecachedconfig.h
+++ b/libkcal/resourcecachedconfig.h
@@ -24,8 +24,8 @@
#include <tqwidget.h>
#include <kdepimmacros.h>
-class QButtonGroup;
-class QSpinBox;
+class TQButtonGroup;
+class TQSpinBox;
namespace KCal {
diff --git a/libkcal/resourcelocaldir.h b/libkcal/resourcelocaldir.h
index 4b9014bb..e6c5526a 100644
--- a/libkcal/resourcelocaldir.h
+++ b/libkcal/resourcelocaldir.h
@@ -29,7 +29,7 @@
#include "libkcal_export.h"
-class QString;
+class TQString;
class KConfig;
namespace KCal {