From 563c54585088010ae6b1c49b925e408be345a303 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 17:55:08 -0600 Subject: Rename KComp to avoid conflicts with KDE4 --- konqueror/konq_combo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konqueror/konq_combo.h') 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 #include -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 ); -- cgit v1.2.3