diff options
Diffstat (limited to 'sip/tdefile/kicondialog.sip')
-rw-r--r-- | sip/tdefile/kicondialog.sip | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sip/tdefile/kicondialog.sip b/sip/tdefile/kicondialog.sip index eebdcb0..c53df67 100644 --- a/sip/tdefile/kicondialog.sip +++ b/sip/tdefile/kicondialog.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KIconCanvas : KIconView +class TDEIconCanvas : TDEIconView { %TypeHeaderCode #include <kicondialog.h> @@ -32,7 +32,7 @@ class KIconCanvas : KIconView public: - KIconCanvas (TQWidget* /TransferThis/ = 0, const char* = 0); + TDEIconCanvas (TQWidget* /TransferThis/ = 0, const char* = 0); void loadFiles (const TQStringList&); TQString getCurrent (); @@ -48,10 +48,10 @@ signals: protected: //igx virtual void virtual_hook (int, void*); -}; // class KIconCanvas +}; // class TDEIconCanvas -class KIconDialog : KDialogBase +class TDEIconDialog : KDialogBase { %TypeHeaderCode #include <kicondialog.h> @@ -59,8 +59,8 @@ class KIconDialog : KDialogBase public: - KIconDialog (TQWidget* /TransferThis/ = 0, const char* = 0); - KIconDialog (KIconLoader*, TQWidget* /TransferThis/ = 0, const char* = 0); + TDEIconDialog (TQWidget* /TransferThis/ = 0, const char* = 0); + TDEIconDialog (TDEIconLoader*, TQWidget* /TransferThis/ = 0, const char* = 0); void setStrictIconSize (bool); bool strictIconSize () const; @@ -70,11 +70,11 @@ public: void setIconSize (int); int iconSize () const; - TQString selectIcon (KIcon::Group = KIcon ::Desktop , KIcon::Context = KIcon ::Application , bool = 0); - void setup (KIcon::Group, KIcon::Context = KIcon ::Application , bool = 0, int = 0, bool = 0); + TQString selectIcon (TDEIcon::Group = TDEIcon ::Desktop , TDEIcon::Context = TDEIcon ::Application , bool = 0); + void setup (TDEIcon::Group, TDEIcon::Context = TDEIcon ::Application , bool = 0, int = 0, bool = 0); %If ( KDE_3_3_0 - ) - void setup (KIcon::Group, KIcon::Context, bool, int, bool, bool, bool); + void setup (TDEIcon::Group, TDEIcon::Context, bool, int, bool, bool, bool); %End TQString openDialog (); @@ -83,7 +83,7 @@ public: void showDialog (); %End - static TQString getIcon (KIcon::Group = KIcon ::Desktop , KIcon::Context = KIcon ::Application , bool = 0, int = 0, bool = 0, TQWidget* /Transfer/ = 0, const TQString& = TQString ::null ); + static TQString getIcon (TDEIcon::Group = TDEIcon ::Desktop , TDEIcon::Context = TDEIcon ::Application , bool = 0, int = 0, bool = 0, TQWidget* /Transfer/ = 0, const TQString& = TQString ::null ); signals: @@ -102,10 +102,10 @@ protected slots: protected: //igx virtual void virtual_hook (int, void*); -}; // class KIconDialog +}; // class TDEIconDialog -class KIconButton : TQPushButton +class TDEIconButton : TQPushButton { %TypeHeaderCode #include <kicondialog.h> @@ -113,11 +113,11 @@ class KIconButton : TQPushButton public: - KIconButton (TQWidget* /TransferThis/ = 0, const char* = 0); - KIconButton (KIconLoader*, TQWidget* /TransferThis/, const char* = 0); + TDEIconButton (TQWidget* /TransferThis/ = 0, const char* = 0); + TDEIconButton (TDEIconLoader*, TQWidget* /TransferThis/, const char* = 0); void setStrictIconSize (bool); bool strictIconSize () const; - void setIconType (KIcon::Group, KIcon::Context, bool = 0); + void setIconType (TDEIcon::Group, TDEIcon::Context, bool = 0); void setIcon (const TQString&); void resetIcon (); const TQString icon (); @@ -127,5 +127,5 @@ public: signals: //ig void iconChanged (TQString); -}; // class KIconButton +}; // class TDEIconButton |