diff options
Diffstat (limited to 'korganizer/komessagebox.h')
-rw-r--r-- | korganizer/komessagebox.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/komessagebox.h b/korganizer/komessagebox.h index be40eeb6e..a1499bfe6 100644 --- a/korganizer/komessagebox.h +++ b/korganizer/komessagebox.h @@ -26,15 +26,15 @@ #include <kguiitem.h> #include <kstdguiitem.h> #include <kmessagebox.h> -#include <qmessagebox.h> -#include <qstring.h> +#include <tqmessagebox.h> +#include <tqstring.h> class KOMessageBox { public: - static int fourBtnMsgBox( QWidget *parent, QMessageBox::Icon type, - const QString &text, const QString &caption = QString::null, + static int fourBtnMsgBox( TQWidget *parent, TQMessageBox::Icon type, + const TQString &text, const TQString &caption = TQString::null, const KGuiItem &button1 = KStdGuiItem::yes(), const KGuiItem &button2 = KStdGuiItem::no(), const KGuiItem &button3 = KStdGuiItem::cont(), int options = 0 ); |