From a08aff328d4393031d5ba7d622c2b05705a89d73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 04 Jul 2007 11:23:42 +0000 Subject: initial public commit of qt4 port --- (limited to 'microkde/kresources/selectdialog.h') diff --git a/microkde/kresources/selectdialog.h b/microkde/kresources/selectdialog.h index 7026212..be5152b 100644 --- a/microkde/kresources/selectdialog.h +++ b/microkde/kresources/selectdialog.h @@ -25,13 +25,13 @@ #define KRESOURCES_SELECTDIALOG_H #include -#include +#include #include #include //US class KListBox; -class QListBox; +class Q3ListBox; namespace KRES { @@ -62,7 +62,7 @@ class SelectDialog : KDialogBase * @param parent The parent widget * @param name The name of the dialog */ - SelectDialog( QPtrList list, QWidget *parent = 0, + SelectDialog( Q3PtrList list, QWidget *parent = 0, const char *name = 0); // ~SelectDialog(); @@ -76,11 +76,11 @@ class SelectDialog : KDialogBase * Open a dialog showing the available resources and return the resource the * user has selected. Returns 0, if the dialog was canceled. */ - static Resource *getResource( QPtrList list, QWidget *parent = 0 ); + static Resource *getResource( Q3PtrList list, QWidget *parent = 0 ); private: //US KListBox *mResourceId; - QListBox *mResourceId; + Q3ListBox *mResourceId; QMap mResourceMap; }; -- cgit v0.9.0.2