diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:55:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:55:08 -0600 |
commit | 563c54585088010ae6b1c49b925e408be345a303 (patch) | |
tree | fb52f5a698b3261de9c2659d00fc12524b491e99 /konqueror/konq_combo.h | |
parent | e0602f96ec0eea1dab12e83b5fcd598c9a400c65 (diff) | |
download | tdebase-563c54585088010ae6b1c49b925e408be345a303.tar.gz tdebase-563c54585088010ae6b1c49b925e408be345a303.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'konqueror/konq_combo.h')
-rw-r--r-- | konqueror/konq_combo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konqueror/konq_combo.h b/konqueror/konq_combo.h index d3bdd436e..0bfe76a87 100644 --- a/konqueror/konq_combo.h +++ b/konqueror/konq_combo.h @@ -25,7 +25,7 @@ #include <kcombobox.h> #include <konq_historymgr.h> -class KCompletion; +class TDECompletion; class TDEConfig; // we use KHistoryCombo _only_ for the up/down keyboard handling, otherwise @@ -39,7 +39,7 @@ public: ~KonqCombo(); // initializes with the completion object and calls loadItems() - void init( KCompletion * ); + void init( TDECompletion * ); // determines internally if it's temporary or final void setURL( const TQString& url ); |