From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/info/info.h | 56 ++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'kcontrol/info/info.h') diff --git a/kcontrol/info/info.h b/kcontrol/info/info.h index c55c1b2a5..723d35df5 100644 --- a/kcontrol/info/info.h +++ b/kcontrol/info/info.h @@ -1,16 +1,16 @@ #ifndef _INFO_H_ #define _INFO_H_ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include @@ -19,35 +19,35 @@ /* function call-back-prototypes... */ -bool GetInfo_CPU( QListView *lBox ); -bool GetInfo_IRQ( QListView *lBox ); -bool GetInfo_DMA( QListView *lBox ); -bool GetInfo_PCI( QListView *lBox ); -bool GetInfo_IO_Ports( QListView *lBox ); -bool GetInfo_Sound( QListView *lBox ); -bool GetInfo_Devices( QListView *lBox ); -bool GetInfo_SCSI( QListView *lBox ); -bool GetInfo_Partitions( QListView *lBox ); -bool GetInfo_XServer_and_Video( QListView *lBox ); -bool GetInfo_CD_ROM( QListView *lBox ); /* New CD-ROM Info */ -extern bool GetInfo_OpenGL( QListView *lBox ); +bool GetInfo_CPU( TQListView *lBox ); +bool GetInfo_IRQ( TQListView *lBox ); +bool GetInfo_DMA( TQListView *lBox ); +bool GetInfo_PCI( TQListView *lBox ); +bool GetInfo_IO_Ports( TQListView *lBox ); +bool GetInfo_Sound( TQListView *lBox ); +bool GetInfo_Devices( TQListView *lBox ); +bool GetInfo_SCSI( TQListView *lBox ); +bool GetInfo_Partitions( TQListView *lBox ); +bool GetInfo_XServer_and_Video( TQListView *lBox ); +bool GetInfo_CD_ROM( TQListView *lBox ); /* New CD-ROM Info */ +extern bool GetInfo_OpenGL( TQListView *lBox ); class KInfoListWidget : public KCModule { public: - KInfoListWidget(const QString &_title, QWidget *parent, const char *name=0, bool _getlistbox (QListView *)=0); + KInfoListWidget(const TQString &_title, TQWidget *parent, const char *name=0, bool _getlistbox (TQListView *)=0); virtual void load(); - virtual QString quickHelp() const; + virtual TQString quickHelp() const; private: - QListView *lBox; - bool (*getlistbox) (QListView *); - QString title; + TQListView *lBox; + bool (*getlistbox) (TQListView *); + TQString title; QLabel *NoInfoText; QString ErrorString; - QWidgetStack *widgetStack; + TQWidgetStack *widgetStack; }; #endif -- cgit v1.2.1