From 203ba231d0276943aae36111f9ec1e949f3c6a4c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 22:23:44 -0600 Subject: Initial TQt conversion --- extra/kde321/selectdialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/kde321/selectdialog.h') diff --git a/extra/kde321/selectdialog.h b/extra/kde321/selectdialog.h index b5e962c..804501b 100644 --- a/extra/kde321/selectdialog.h +++ b/extra/kde321/selectdialog.h @@ -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