summaryrefslogtreecommitdiffstats
path: root/kdialog/widgets.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kdialog/widgets.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz
tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdialog/widgets.h')
-rw-r--r--kdialog/widgets.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/kdialog/widgets.h b/kdialog/widgets.h
index 8808b810c..e6576d36e 100644
--- a/kdialog/widgets.h
+++ b/kdialog/widgets.h
@@ -21,22 +21,22 @@
#ifndef _WIDGETS_H_
#define _WIDGETS_H_
-#include <qwidget.h>
-#include <qstring.h>
+#include <tqwidget.h>
+#include <tqstring.h>
namespace Widgets
{
- bool inputBox(QWidget *parent, const QString& title, const QString& text, const QString& init, QString &result);
- bool passwordBox(QWidget *parent, const QString& title, const QString& text, QCString &result);
- int textBox(QWidget *parent, int width, int height, const QString& title, const QString& file);
- int textInputBox(QWidget *parent, int width, int height, const QString& title, const QStringList& args, QCString &result);
- bool listBox(QWidget *parent, const QString& title, const QString& text, const QStringList& args, const QString &defaultEntry, QString &result);
- bool checkList(QWidget *parent, const QString& title, const QString& text, const QStringList& args, bool separateOutput, QStringList &result);
- bool radioBox(QWidget *parent, const QString& title, const QString& text, const QStringList& args, QString &result);
- bool comboBox(QWidget *parent, const QString& title, const QString& text, const QStringList& args, const QString& defaultEntry, QString &result);
- bool progressBar(QWidget *parent, const QString& title, const QString& text, int totalSteps);
+ bool inputBox(TQWidget *parent, const TQString& title, const TQString& text, const TQString& init, TQString &result);
+ bool passwordBox(TQWidget *parent, const TQString& title, const TQString& text, TQCString &result);
+ int textBox(TQWidget *parent, int width, int height, const TQString& title, const TQString& file);
+ int textInputBox(TQWidget *parent, int width, int height, const TQString& title, const TQStringList& args, TQCString &result);
+ bool listBox(TQWidget *parent, const TQString& title, const TQString& text, const TQStringList& args, const TQString &defaultEntry, TQString &result);
+ bool checkList(TQWidget *parent, const TQString& title, const TQString& text, const TQStringList& args, bool separateOutput, TQStringList &result);
+ bool radioBox(TQWidget *parent, const TQString& title, const TQString& text, const TQStringList& args, TQString &result);
+ bool comboBox(TQWidget *parent, const TQString& title, const TQString& text, const TQStringList& args, const TQString& defaultEntry, TQString &result);
+ bool progressBar(TQWidget *parent, const TQString& title, const TQString& text, int totalSteps);
- void handleXGeometry(QWidget * dlg);
+ void handleXGeometry(TQWidget * dlg);
}