summaryrefslogtreecommitdiffstats
path: root/src/modules/theme/themefunctions.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 18:31:12 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 18:31:12 +0000
commit0a80cfd57d271dd44221467efb426675fa470356 (patch)
tree6f503a31aa078eaf8fa015cf1749808529d49fc9 /src/modules/theme/themefunctions.h
parent3329e5a804e28ef3f5eb51d1e7affdd5a508e8f2 (diff)
downloadkvirc-0a80cfd57d271dd44221467efb426675fa470356.tar.gz
kvirc-0a80cfd57d271dd44221467efb426675fa470356.zip
TQt4 port kvirc
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1238719 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/modules/theme/themefunctions.h')
-rw-r--r--src/modules/theme/themefunctions.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/modules/theme/themefunctions.h b/src/modules/theme/themefunctions.h
index 124a65f6..29cec356 100644
--- a/src/modules/theme/themefunctions.h
+++ b/src/modules/theme/themefunctions.h
@@ -27,26 +27,26 @@
#include "kvi_settings.h"
#include "kvi_qstring.h"
-#include <qwidget.h>
-#include <qpixmap.h>
+#include <tqwidget.h>
+#include <tqpixmap.h>
namespace KviThemeFunctions
{
- bool installThemePackage(const QString &szThemePackageFileName,QString &szError,QWidget * pDialogParent = 0);
+ bool installThemePackage(const TQString &szThemePackageFileName,TQString &szError,TQWidget * pDialogParent = 0);
void getThemeHtmlDescription(
- QString &szBuffer,
- const QString &szThemeName,
- const QString &szThemeVersion,
- const QString &szThemeDescription,
- const QString &szThemeSubdirectory,
- const QString &szThemeApplication,
- const QString &szThemeAuthor,
- const QString &szThemeDate,
- const QString &szThemeThemeEngineVersion,
- const QPixmap &pixScreenshot,
+ TQString &szBuffer,
+ const TQString &szThemeName,
+ const TQString &szThemeVersion,
+ const TQString &szThemeDescription,
+ const TQString &szThemeSubdirectory,
+ const TQString &szThemeApplication,
+ const TQString &szThemeAuthor,
+ const TQString &szThemeDate,
+ const TQString &szThemeThemeEngineVersion,
+ const TQPixmap &pixScreenshot,
int iUniqueIndexInDocument = 0
);
- bool makeKVIrcScreenshot(const QString &szSavePngFilePath,bool bMaximizeFrame = false);
+ bool makeKVIrcScreenshot(const TQString &szSavePngFilePath,bool bMaximizeFrame = false);
};