From 479f5f799523bffbcc83dff581a2299c047c6fff Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:44:01 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- python/pykde/extra/kde332/selectdialog.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'python/pykde/extra/kde332/selectdialog.h') diff --git a/python/pykde/extra/kde332/selectdialog.h b/python/pykde/extra/kde332/selectdialog.h index b5e962c2..680d48ef 100644 --- a/python/pykde/extra/kde332/selectdialog.h +++ b/python/pykde/extra/kde332/selectdialog.h @@ -24,9 +24,9 @@ #ifndef KRESOURCES_SELECTDIALOG_H #define KRESOURCES_SELECTDIALOG_H -#include -#include -#include +#include +#include +#include #include @@ -43,7 +43,7 @@ class Resource; * * \code * - * QPtrList list = ... // can be retrived from KRES::Manager (e.g. KABC::AddressBook) + * TQPtrList list = ... // can be retrived from KRES::Manager (e.g. KABC::AddressBook) * * KABC::Resource *res = KABC::SelectDialog::getResource( list, parentWdg ); * if ( !res ) { @@ -62,7 +62,7 @@ class SelectDialog * @param parent The parent widget * @param name The name of the dialog */ - SelectDialog( QPtrList list, QWidget *parent = 0, + SelectDialog( TQPtrList list, TQWidget *parent = 0, const char *name = 0); /** @@ -74,12 +74,12 @@ class SelectDialog * Opens a dialog showing the available resources and returns the resource the * user has selected. Returns 0, if the dialog was canceled. */ - static Resource *getResource( QPtrList list, QWidget *parent = 0 ); + static Resource *getResource( TQPtrList list, TQWidget *parent = 0 ); private: KListBox *mResourceId; - QMap mResourceMap; + TQMap mResourceMap; }; } -- cgit v1.2.1