diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 17:50:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 17:50:57 -0600 |
commit | ae5df0a1d380cca4fb0d6e87d5857fbc77d30fe0 (patch) | |
tree | 3e9c8234d4386956bf7cac996c6265dcdfa087e7 /src/fieldcompletion.h | |
parent | e47549c5bf905e8fca2af0a0b2899f65adebbc29 (diff) | |
download | tellico-ae5df0a1d380cca4fb0d6e87d5857fbc77d30fe0.tar.gz tellico-ae5df0a1d380cca4fb0d6e87d5857fbc77d30fe0.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'src/fieldcompletion.h')
-rw-r--r-- | src/fieldcompletion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fieldcompletion.h b/src/fieldcompletion.h index df9b53d..402af46 100644 --- a/src/fieldcompletion.h +++ b/src/fieldcompletion.h @@ -21,7 +21,7 @@ namespace Tellico { /** * @author Robby Stephenson */ -class FieldCompletion : public KCompletion { +class FieldCompletion : public TDECompletion { Q_OBJECT @@ -35,7 +35,7 @@ public: protected: virtual void postProcessMatch(TQString* match) const; virtual void postProcessMatches(TQStringList* matches) const; - virtual void postProcessMatches(KCompletionMatches* matches) const; + virtual void postProcessMatches(TDECompletionMatches* matches) const; private: bool m_multiple; |