summaryrefslogtreecommitdiffstats
path: root/src/itemdocument.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:55:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:55:53 -0600
commit3f4482bc104b1d8002664e0f616b9c40fdcac452 (patch)
treeeba60514db843677c1d234e3b1addbdc236bf694 /src/itemdocument.cpp
parent3604ea743138ab66be563a8b29d7c2b971cb77bd (diff)
downloadktechlab-3f4482bc104b1d8002664e0f616b9c40fdcac452.tar.gz
ktechlab-3f4482bc104b1d8002664e0f616b9c40fdcac452.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/itemdocument.cpp')
-rw-r--r--src/itemdocument.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itemdocument.cpp b/src/itemdocument.cpp
index d004419..55696b2 100644
--- a/src/itemdocument.cpp
+++ b/src/itemdocument.cpp
@@ -26,7 +26,7 @@
#include <kapplication.h>
#include <kdebug.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kmessagebox.h>
@@ -787,7 +787,7 @@ void ItemDocument::exportToImage()
// the Export shortcut is pressed or the Export toolbar
// button is clicked
- // widget for the kfiledialog
+ // widget for the tdefiledialog
// It is the bit that says "Crop circuit?"
// Okay need to think of something way better to say here.
// gotme here, KFileDialog makes itself parent so tries to destroy cropCheck when it is deleted.