summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/pagesetupdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/pagesetupdialog.h')
-rw-r--r--krecipes/src/dialogs/pagesetupdialog.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/krecipes/src/dialogs/pagesetupdialog.h b/krecipes/src/dialogs/pagesetupdialog.h
index 50d6f3e..e125188 100644
--- a/krecipes/src/dialogs/pagesetupdialog.h
+++ b/krecipes/src/dialogs/pagesetupdialog.h
@@ -11,7 +11,7 @@
#ifndef PAGESETUPDIALOG_H
#define PAGESETUPDIALOG_H
-#include <qmap.h>
+#include <ntqmap.h>
#include <kdialog.h>
@@ -30,7 +30,7 @@ class PageSetupDialog : public KDialog
Q_OBJECT
public:
- PageSetupDialog( QWidget *parent, const Recipe &sample, const QString &configEntry = QString::null );
+ PageSetupDialog( TQWidget *parent, const Recipe &sample, const TQString &configEntry = TQString::null );
~PageSetupDialog()
{}
@@ -42,7 +42,7 @@ protected:
private slots:
void loadFile();
void loadLayout( int );
- void loadLayout( const QString &filename );
+ void loadLayout( const TQString &filename );
void loadTemplate( int );
void reloadLayout();
void saveLayout();
@@ -51,21 +51,21 @@ private slots:
void setItemShown( int id );
private:
- QString getIncludedLayoutDir() const;
- void setActiveFile( const QString &filename );
- bool haveWritePerm( const QString &filename );
+ TQString getIncludedLayoutDir() const;
+ void setActiveFile( const TQString &filename );
+ bool haveWritePerm( const TQString &filename );
void initShownItems();
SetupDisplay *m_htmlPart;
- QString active_filename;
- QString active_template;
+ TQString active_filename;
+ TQString active_template;
bool have_write_perm;
- QString m_configEntry;
+ TQString m_configEntry;
- QMap<int, KreDisplayItem*> popup_widget_map;
- QMap<KreDisplayItem*, int> widget_popup_map;
- QMap<int, QString> included_layouts_map;
+ TQMap<int, KreDisplayItem*> popup_widget_map;
+ TQMap<KreDisplayItem*, int> widget_popup_map;
+ TQMap<int, TQString> included_layouts_map;
KPopupMenu *shown_items_popup;
};