diff options
Diffstat (limited to 'sessionapplet/usermanager.h')
-rw-r--r-- | sessionapplet/usermanager.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sessionapplet/usermanager.h b/sessionapplet/usermanager.h index 87f8864..80357ec 100644 --- a/sessionapplet/usermanager.h +++ b/sessionapplet/usermanager.h @@ -27,22 +27,22 @@ #endif #include <kpanelapplet.h> -#include <qstring.h> -#include <qiconset.h> -#include <qstringlist.h> +#include <tqstring.h> +#include <tqiconset.h> +#include <tqstringlist.h> #include <kconfig.h> class KMenuBar; -class QPopunMenu; -// class QLabel; +class TQPopunMenu; +// class TQLabel; class UserManager : public KPanelApplet { Q_OBJECT public: - UserManager(const QString& configFile, Type t = Normal, int actions = 0, - QWidget *parent = 0, const char *name = 0); + UserManager(const TQString& configFile, Type t = Normal, int actions = 0, + TQWidget *parent = 0, const char *name = 0); /** destructor */ ~UserManager(); @@ -64,15 +64,15 @@ protected: private: KConfig *ksConfig; - QWidget *mainView; + TQWidget *mainView; KMenuBar *menu; - QPopupMenu *sessionPopup; - QPopupMenu *langPopup; - QStringList langList; - QIconSet exitIcon; - QIconSet lockIcon; - QIconSet fileSaveIcon; -// QLabel *langLabel; + TQPopupMenu *sessionPopup; + TQPopupMenu *langPopup; + TQStringList langList; + TQIconSet exitIcon; + TQIconSet lockIcon; + TQIconSet fileSaveIcon; +// TQLabel *langLabel; }; #endif |