summaryrefslogtreecommitdiffstats
path: root/noatun/modules/htmlexport/htmlexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/htmlexport/htmlexport.h')
-rw-r--r--noatun/modules/htmlexport/htmlexport.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/noatun/modules/htmlexport/htmlexport.h b/noatun/modules/htmlexport/htmlexport.h
index a909a5cb..81047d3d 100644
--- a/noatun/modules/htmlexport/htmlexport.h
+++ b/noatun/modules/htmlexport/htmlexport.h
@@ -2,16 +2,16 @@
#ifndef _HTMLEXPORT_H_
#define _HTMLEXPORT_H_
-#include <qfile.h>
-#include <qtextstream.h>
-#include <qlabel.h>
-#include <qhgroupbox.h>
-#include <qlineedit.h>
-#include <qcheckbox.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
+#include <tqfile.h>
+#include <tqtextstream.h>
+#include <tqlabel.h>
+#include <tqhgroupbox.h>
+#include <tqlineedit.h>
+#include <tqcheckbox.h>
+#include <tqpushbutton.h>
+#include <tqlayout.h>
+#include <tqtooltip.h>
+#include <tqwhatsthis.h>
#include <klocale.h>
#include <kpopupmenu.h>
@@ -31,7 +31,7 @@
class KAction;
-class HTMLExport : public QObject, public Plugin
+class HTMLExport : public TQObject, public Plugin
{
Q_OBJECT
NOATUNPLUGIND
@@ -41,8 +41,8 @@ public:
private:
- QString htmlEscape(const QString &source);
- QString getColorByEntry(QString s);
+ TQString htmlEscape(const TQString &source);
+ TQString getColorByEntry(TQString s);
KConfig *config;
KAction *mAction;
@@ -55,30 +55,30 @@ class Prefs : public CModule
{
Q_OBJECT
public:
- Prefs(QObject *parent);
+ Prefs(TQObject *parent);
virtual void save();
virtual void reopen();
- QGroupBox* colorBox;
+ TQGroupBox* colorBox;
KColorButton* headColorSelect;
KColorButton* hoverColorSelect;
KColorButton* bgColorSelect;
KColorButton* txtColorSelect;
- QLabel* bgColorLabel;
- QLabel* txtColorLabel;
- QLabel* headColorLabel;
- QLabel* hoverColorLabel;
+ TQLabel* bgColorLabel;
+ TQLabel* txtColorLabel;
+ TQLabel* headColorLabel;
+ TQLabel* hoverColorLabel;
- QCheckBox* linkEntries;
- QCheckBox* numberEntries;
+ TQCheckBox* linkEntries;
+ TQCheckBox* numberEntries;
- QGroupBox* bgPicBox;
+ TQGroupBox* bgPicBox;
KURLRequester* bgPicPath;
protected:
- QGridLayout* bgcolorLabel;
+ TQGridLayout* bgcolorLabel;
signals: