summaryrefslogtreecommitdiffstats
path: root/kuickshow
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:03:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:03:37 -0600
commit2e25fa39cd67cca2472d3eabdb478feb517d72a5 (patch)
tree63725962f632d152cbf20709191d39f6fc865966 /kuickshow
parent190d88dfc662f3fc466c9d1f53acbbea65f33c49 (diff)
downloadtdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.tar.gz
tdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kuickshow')
-rw-r--r--kuickshow/ChangeLog26
-rw-r--r--kuickshow/src/filefinder.cpp2
-rw-r--r--kuickshow/src/filewidget.cpp2
-rw-r--r--kuickshow/src/imagewindow.cpp6
-rw-r--r--kuickshow/src/imdata.cpp2
-rw-r--r--kuickshow/src/imlibwidget.cpp2
-rw-r--r--kuickshow/src/kuickconfigdlg.cpp2
-rw-r--r--kuickshow/src/kuickdata.cpp2
-rw-r--r--kuickshow/src/kuickfile.cpp4
-rw-r--r--kuickshow/src/kuickshow.cpp8
-rw-r--r--kuickshow/src/kuickshow.h2
11 files changed, 29 insertions, 29 deletions
diff --git a/kuickshow/ChangeLog b/kuickshow/ChangeLog
index 4f455d15..eda22bb8 100644
--- a/kuickshow/ChangeLog
+++ b/kuickshow/ChangeLog
@@ -148,7 +148,7 @@ Tue May 29 15:20:34 2001 Carsten Pfeiffer <pfeiffer@kde.org>
changed accels:
shift-accel is now for removing brightness/contrast/gamma
- removed delete action, now provided by kfile
+ removed delete action, now provided by tdefile
Thu Apr 19 23:16:12 2001 Carsten Pfeiffer <pfeiffer@kde.org>
@@ -413,9 +413,9 @@ Fri Nov 3 01:49:57 2000 Carsten Pfeiffer <pfeiffer@kde.org>
Thu Aug 31 01:48:55 2000 Carsten Pfeiffer <pfeiffer@kde.org>
* src/*: started reworking/rewriting the whole stuff to make it KDE2
- ready. Now I have to pay for rewriting so much of tdelibs/kfile...
+ ready. Now I have to pay for rewriting so much of tdelibs/tdefile...
The good thing is: it's mostly about removing stuff from KuickShow
- because the functionality is already in libkfile, now :)
+ because the functionality is already in libtdefile, now :)
Tue Sep 28 10:35:39 1999 Carsten Pfeiffer <pfeiffer@kde.org>
@@ -473,7 +473,7 @@ Thu Jul 22 21:26:11 1999 Carsten Pfeiffer <pfeiffer@kde.org>
Fri Jul 16 13:09:07 1999 Carsten Pfeiffer <pfeiffer@kde.org>
- * src/kfileview.cpp (refresh):
+ * src/tdefileview.cpp (refresh):
Oh well, thanks to Robert Hamberger <Robert.Hamberger@AUDI.DE>, I
fixed another (hopefully last, for the next time) segfault. SIGSEGV
happened, when opening the about-dialog, NOT giving the focus back
@@ -533,7 +533,7 @@ Fri Jul 2 14:27:08 1999 Carsten Pfeiffer <pfeiffer@kde.org>
in the filebrowser??? In certain cases, I got an almost completely
black Messagebox...
- * src/kfileview.cpp (removeItem):
+ * src/tdefileview.cpp (removeItem):
oups... segfault fixed: removing the very first item in the
filebrowser caused crash
@@ -586,15 +586,15 @@ Fri May 28 11:48:46 1999 Carsten Pfeiffer <pfeiffer@kde.org>
Tue May 18 21:19:32 1999 Carsten Pfeiffer <pfeiffer@kde.org>
- * src/kfileview.cpp (refresh):
+ * src/tdefileview.cpp (refresh):
sorting does somehow work. Some code seems to be duplicated in
KFileInfoContents and KDir - both offer sorting. However, both
don't work 100% :-/ Anyway, if you have KDE 1.1.1, sorting should
work, it is disabled for earlier releases, as there was a segfault
- problem in kfile (nobody ever seemed to use KFileInfoContent's sorting,
+ problem in tdefile (nobody ever seemed to use KFileInfoContent's sorting,
so that was never realized).
- * src/kfileview.cpp, src/fileview.cpp:
+ * src/tdefileview.cpp, src/fileview.cpp:
some minor fixlets: always try to highlight the last active file,
whenever the directory contents are updated
@@ -630,7 +630,7 @@ Sat Apr 17 18:43:03 1999 Carsten Pfeiffer <pfeiffer@kde.org>
* src/kuickdata.cpp:
updated file filters (Photoshop psd and bmp)
- * src/kfileview.cpp:
+ * src/tdefileview.cpp:
changed the kdir behavior, so that the browser displays files
altogether at once, not incrementally. This also let me (finally,
yippeee :-P) highlight the last direcory, where you came from.
@@ -670,7 +670,7 @@ Wed Feb 3 22:43:32 1999 Carsten Pfeiffer <pfeiffer@kde.org>
Tue Dec 29 16:55:11 1998 Carsten Pfeiffer <pfeiffer@kde.org>
- * src/kuickshow.cpp, imlibwidget.cpp, kfileview.*:
+ * src/kuickshow.cpp, imlibwidget.cpp, tdefileview.*:
fixed updating of directory in statusbar and filename in caption of
imlibwidget
@@ -773,8 +773,8 @@ Mon Sep 21 16:29:56 1998 Carsten Pfeiffer <pfeiffer@kde.org>
Sun Sep 20 19:04:23 1998 Carsten Pfeiffer <pfeiffer@kde.org>
- * src/kfileview.cpp (prev):
- whoops, fixed a segfault, when trying to get a kfileinfo of index -1.
+ * src/tdefileview.cpp (prev):
+ whoops, fixed a segfault, when trying to get a tdefileinfo of index -1.
I shouldn't check, whether an unsigned int is smaller than 0, which it
actually was. Now uses int.
@@ -853,7 +853,7 @@ Tue Sep 15 14:06:27 1998 Carsten Pfeiffer <pfeiffer@kde.org>
Mon Sep 14 16:20:30 1998 Carsten Pfeiffer <pfeiffer@kde.org>
* src/fileview.cpp/.h
- * src/kfileview.cpp/.h
+ * src/tdefileview.cpp/.h
* src/kuickshow.cpp
added "change directory" possibility. A dialog asks for a directory
and the fileview is being updated. Either accessible via the
diff --git a/kuickshow/src/filefinder.cpp b/kuickshow/src/filefinder.cpp
index 4f0d054a..9a2777b0 100644
--- a/kuickshow/src/filefinder.cpp
+++ b/kuickshow/src/filefinder.cpp
@@ -19,7 +19,7 @@
#include <tqkeycode.h>
#include <kapplication.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kglobal.h>
#include <kcompletionbox.h>
#include <kurlcompletion.h>
diff --git a/kuickshow/src/filewidget.cpp b/kuickshow/src/filewidget.cpp
index 9f158c1a..bc931794 100644
--- a/kuickshow/src/filewidget.cpp
+++ b/kuickshow/src/filewidget.cpp
@@ -93,7 +93,7 @@ void FileWidget::initActions()
if ( coll->action("kuick_delete") )
menu->insert( coll->action("kuick_delete"), 9 );
- // properties dialog is now in kfile, but not at the right position,
+ // properties dialog is now in tdefile, but not at the right position,
// so we move it to the real bottom
menu->remove( coll->action( "properties" ) );
diff --git a/kuickshow/src/imagewindow.cpp b/kuickshow/src/imagewindow.cpp
index 558e4c71..97aae529 100644
--- a/kuickshow/src/imagewindow.cpp
+++ b/kuickshow/src/imagewindow.cpp
@@ -37,14 +37,14 @@
#include <tqtimer.h>
#include <kapplication.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kcursor.h>
#include <kdebug.h>
#include <tdeversion.h>
#ifdef KDE_USE_FINAL
#undef Unsorted
#endif
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kiconloader.h>
#include <kimageeffect.h>
#include <klocale.h>
@@ -59,7 +59,7 @@
#include <twin.h>
#include <netwm.h>
#include <kurldrag.h>
-#include <kio/netaccess.h>
+#include <tdeio/netaccess.h>
#include "filecache.h"
#include "imagewindow.h"
diff --git a/kuickshow/src/imdata.cpp b/kuickshow/src/imdata.cpp
index e084e898..c580f7e3 100644
--- a/kuickshow/src/imdata.cpp
+++ b/kuickshow/src/imdata.cpp
@@ -18,7 +18,7 @@
#include <stdlib.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include "imdata.h"
diff --git a/kuickshow/src/imlibwidget.cpp b/kuickshow/src/imlibwidget.cpp
index 36420918..530875e8 100644
--- a/kuickshow/src/imlibwidget.cpp
+++ b/kuickshow/src/imlibwidget.cpp
@@ -33,7 +33,7 @@
#include <kcursor.h>
#include <kdebug.h>
-#include <kfilemetainfo.h>
+#include <tdefilemetainfo.h>
#include <kimageio.h>
#include "filecache.h"
diff --git a/kuickshow/src/kuickconfigdlg.cpp b/kuickshow/src/kuickconfigdlg.cpp
index 263e98e7..e72062a8 100644
--- a/kuickshow/src/kuickconfigdlg.cpp
+++ b/kuickshow/src/kuickconfigdlg.cpp
@@ -26,7 +26,7 @@
#include <tqvbox.h>
#include <kaccel.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kglobal.h>
#include <klocale.h>
diff --git a/kuickshow/src/kuickdata.cpp b/kuickshow/src/kuickdata.cpp
index c7b5f203..84c4ff38 100644
--- a/kuickshow/src/kuickdata.cpp
+++ b/kuickshow/src/kuickdata.cpp
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <tqcolor.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kglobal.h>
#include "kuickdata.h"
diff --git a/kuickshow/src/kuickfile.cpp b/kuickshow/src/kuickfile.cpp
index d0cff155..764210f0 100644
--- a/kuickshow/src/kuickfile.cpp
+++ b/kuickshow/src/kuickfile.cpp
@@ -5,8 +5,8 @@
#include <kinstance.h>
#include <klocale.h>
#include <kprogress.h>
-#include <kio/job.h>
-#include <kio/netaccess.h>
+#include <tdeio/job.h>
+#include <tdeio/netaccess.h>
#include <ktempfile.h>
#include "filecache.h"
diff --git a/kuickshow/src/kuickshow.cpp b/kuickshow/src/kuickshow.cpp
index 1e6352fa..da1651a4 100644
--- a/kuickshow/src/kuickshow.cpp
+++ b/kuickshow/src/kuickshow.cpp
@@ -33,15 +33,15 @@
#include <kaction.h>
#include <kapplication.h>
#include <kcmdlineargs.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kcursor.h>
#include <tdeversion.h>
-#include <kfiledialog.h>
-#include <kfilemetainfo.h>
+#include <tdefiledialog.h>
+#include <tdefilemetainfo.h>
#include <kglobal.h>
#include <khelpmenu.h>
#include <kiconloader.h>
-#include <kio/netaccess.h>
+#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kmenubar.h>
#include <kmessagebox.h>
diff --git a/kuickshow/src/kuickshow.h b/kuickshow/src/kuickshow.h
index 31874153..baba06a3 100644
--- a/kuickshow/src/kuickshow.h
+++ b/kuickshow/src/kuickshow.h
@@ -24,7 +24,7 @@
#include <tqstring.h>
#include <tqvaluelist.h>
-#include <kfileitem.h>
+#include <tdefileitem.h>
#include <kmainwindow.h>
#include <kurl.h>