summaryrefslogtreecommitdiffstats
path: root/src/modules/theme/themefunctions.h
diff options
context:
space:
mode:
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);
};