diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:53:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:53:21 -0600 |
commit | 55b92f10fdc199bc7d58cb8c665843239fb0488d (patch) | |
tree | b63030fbf544a25b860d87dbb2865a97b645df01 /sip/kio/kshellcompletion.sip | |
parent | 432ed6857a0a5904f0a2b96afa94f96a7ccc82d3 (diff) | |
download | pytde-55b92f10fdc199bc7d58cb8c665843239fb0488d.tar.gz pytde-55b92f10fdc199bc7d58cb8c665843239fb0488d.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'sip/kio/kshellcompletion.sip')
-rw-r--r-- | sip/kio/kshellcompletion.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/kio/kshellcompletion.sip b/sip/kio/kshellcompletion.sip index 34049eb..2d840b0 100644 --- a/sip/kio/kshellcompletion.sip +++ b/sip/kio/kshellcompletion.sip @@ -38,7 +38,7 @@ public: protected: void postProcessMatch (TQString*); void postProcessMatches (TQStringList*); -//ig void postProcessMatches (KCompletionMatches*) const; +//ig void postProcessMatches (TDECompletionMatches*) const; protected: //igx virtual void virtual_hook (int, void*); |