diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:49:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:49:49 -0600 |
commit | dc5f267664506a312203c26bfe9001a448b0bb0f (patch) | |
tree | a78c7f15e87303d22b89619db42fc56ad8f4a046 /konqueror/konq_guiclients.h | |
parent | 98f4a055baf6eb7ea5c3d69d6a3f2162b491e253 (diff) | |
download | tdebase-dc5f267664506a312203c26bfe9001a448b0bb0f.tar.gz tdebase-dc5f267664506a312203c26bfe9001a448b0bb0f.zip |
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'konqueror/konq_guiclients.h')
-rw-r--r-- | konqueror/konq_guiclients.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_guiclients.h b/konqueror/konq_guiclients.h index 10e1d495c..238153371 100644 --- a/konqueror/konq_guiclients.h +++ b/konqueror/konq_guiclients.h @@ -55,7 +55,7 @@ class KonqView; class PopupMenuGUIClient : public KXMLGUIClient { public: - PopupMenuGUIClient( KonqMainWindow *mainWindow, const KTrader::OfferList &embeddingServices, + PopupMenuGUIClient( KonqMainWindow *mainWindow, const TDETrader::OfferList &embeddingServices, bool isIntoTrash, bool doTabHandling ); virtual ~PopupMenuGUIClient(); |