diff options
Diffstat (limited to 'libkdepim/kpimurlrequesterdlg.h')
-rw-r--r-- | libkdepim/kpimurlrequesterdlg.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libkdepim/kpimurlrequesterdlg.h b/libkdepim/kpimurlrequesterdlg.h index 714183cd7..c770fd24d 100644 --- a/libkdepim/kpimurlrequesterdlg.h +++ b/libkdepim/kpimurlrequesterdlg.h @@ -22,7 +22,7 @@ #include <kdepimmacros.h> #include <kurl.h> -#include <qstring.h> +#include <tqstring.h> class QWidget; @@ -37,10 +37,10 @@ class KDE_EXPORT KPimURLRequesterDlg * @param text The text to be shown on the label. * @param parent The widget the dialog will be centered on initially. */ - static KURL getURL( const QString &url = QString::null, - const QString &text = QString::null, - QWidget *parent = 0, - const QString &caption = QString::null ); + static KURL getURL( const TQString &url = TQString::null, + const TQString &text = TQString::null, + TQWidget *parent = 0, + const TQString &caption = TQString::null ); }; #endif // KPIMURLREQUESTDLG_H_INCLUDED |