summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/kcombobox.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:31:20 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:31:20 -0600
commit1244eb7c0136985569a71f525ef5bcee08a431c4 (patch)
treeb611e304794fa1b9ec4cce9dd762e572d301aa4e /sip/tdeui/kcombobox.sip
parent44249e7b6a1264a1d56b6ac085fa797d831d9bb2 (diff)
downloadpytde-1244eb7c0136985569a71f525ef5bcee08a431c4.tar.gz
pytde-1244eb7c0136985569a71f525ef5bcee08a431c4.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'sip/tdeui/kcombobox.sip')
-rw-r--r--sip/tdeui/kcombobox.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdeui/kcombobox.sip b/sip/tdeui/kcombobox.sip
index 0873a04..acc5988 100644
--- a/sip/tdeui/kcombobox.sip
+++ b/sip/tdeui/kcombobox.sip
@@ -59,7 +59,7 @@ signals:
void completion (const TQString&);
void substringCompletion (const TQString&);
void textRotation (KCompletionBase::KeyBindingType);
- void completionModeChanged (KGlobalSettings::Completion);
+ void completionModeChanged (TDEGlobalSettings::Completion);
void aboutToShowContextMenu (TQPopupMenu*);
public slots: