diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 17:53:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 17:53:21 -0600 |
commit | 55b92f10fdc199bc7d58cb8c665843239fb0488d (patch) | |
tree | b63030fbf544a25b860d87dbb2865a97b645df01 /sip/tdeui/kcompletionbox.sip | |
parent | 432ed6857a0a5904f0a2b96afa94f96a7ccc82d3 (diff) | |
download | pytde-55b92f10fdc199bc7d58cb8c665843239fb0488d.tar.gz pytde-55b92f10fdc199bc7d58cb8c665843239fb0488d.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'sip/tdeui/kcompletionbox.sip')
-rw-r--r-- | sip/tdeui/kcompletionbox.sip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdeui/kcompletionbox.sip b/sip/tdeui/kcompletionbox.sip index 69583d7..1f08386 100644 --- a/sip/tdeui/kcompletionbox.sip +++ b/sip/tdeui/kcompletionbox.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KCompletionBox : TDEListBox +class TDECompletionBox : TDEListBox { %TypeHeaderCode #include <kcompletionbox.h> @@ -32,7 +32,7 @@ class KCompletionBox : TDEListBox public: - KCompletionBox (TQWidget* /TransferThis/, const char* = 0); + TDECompletionBox (TQWidget* /TransferThis/, const char* = 0); virtual TQSize sizeHint () const; %If ( KDE_3_4_3 - ) @@ -82,5 +82,5 @@ protected slots: protected: //igx virtual void virtual_hook (int, void*); -}; // class KCompletionBox +}; // class TDECompletionBox |