summaryrefslogtreecommitdiffstats
path: root/ksayit/src/ksayit.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:00:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:00:30 -0600
commita1dc980408b413b3596c22d4631d18e4c348ab98 (patch)
tree674da02d15986991970eafb46b701c1fc9b49fce /ksayit/src/ksayit.cpp
parent8a9a0d9d01adc055db2b00aff01f945115581991 (diff)
downloadtdeaccessibility-a1dc980408b413b3596c22d4631d18e4c348ab98.tar.gz
tdeaccessibility-a1dc980408b413b3596c22d4631d18e4c348ab98.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'ksayit/src/ksayit.cpp')
-rw-r--r--ksayit/src/ksayit.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksayit/src/ksayit.cpp b/ksayit/src/ksayit.cpp
index 101bd86..e2e931d 100644
--- a/ksayit/src/ksayit.cpp
+++ b/ksayit/src/ksayit.cpp
@@ -29,11 +29,11 @@
#include <kiconloader.h>
#include <kmessagebox.h>
#include <kdialogbase.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kmenubar.h>
#include <kpopupmenu.h>
#include <kstatusbar.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kstdaction.h>
#include <kedittoolbar.h>
#include <kkeydialog.h>
@@ -290,7 +290,7 @@ void KSayItApp::slotChangeBookmarkFilename(const TQString &newname)
if ( newbkFile.isNull() )
return;
- // copy old bookmarkfile to new file
+ // copy old bookmartdefile to new file
if ( m_currentBookmarkFile != newbkFile ){
if ( TQFile::exists(m_currentBookmarkFile) ){
TQString command = TQString("cp %1 %2").arg(m_currentBookmarkFile).arg(newbkFile);