Rename many classes and header files to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 1d88613b6b
commit cf94951d4c

@ -14,7 +14,7 @@
if the view is square shrink the map slightly as a slightly rectangular view is preferable
use kdirwatcher, then move rescan to scan menu, rename force rescan
clicking center goes up directory
refactor disklister.cpp
refactor distdelister.cpp
implement vectors instead of double-linked lists for file data
Trace inodes in binarytree to avoid recursive hardlinks and counting same directory tree twice
admin mode

@ -3,7 +3,7 @@
#include "historyAction.h"
#include <kaccel.h>
#include <tdeaccel.h>
#include <tdeconfig.h>
#include <klocale.h>

@ -4,7 +4,7 @@
#ifndef HISTORYACTION_H
#define HISTORYACTION_H
#include <kaction.h>
#include <tdeaction.h>
#include <kurl.h>
#include <tqstringlist.h>

@ -6,8 +6,8 @@
#include "historyAction.h"
#include <cstdlib> //std::exit()
#include <kaccel.h> //TDEStdAccel namespace
#include <kaction.h>
#include <tdeaccel.h> //TDEStdAccel namespace
#include <tdeaction.h>
#include <kapplication.h> //setupActions()
#include <kcombobox.h> //locationbar
#include <tdeconfig.h>
@ -19,7 +19,7 @@
#include <kmessagebox.h>
#include <kshell.h>
#include <kstatusbar.h>
#include <ktoolbar.h>
#include <tdetoolbar.h>
#include <kurl.h>
#include <kurlcompletion.h> //locationbar
#include <tqobjectlist.h>

@ -13,7 +13,7 @@
#include "summaryWidget.h"
#include <kaboutdata.h> //::createAboutData()
#include <kaction.h>
#include <tdeaction.h>
#include <klocale.h>
#include <kmessagebox.h> //::start()
//#include <konq_operations.h>

@ -12,7 +12,7 @@
#include <tdeio/job.h> //::mousePressEvent()
#include <klocale.h>
#include <kmessagebox.h> //::mousePressEvent()
#include <kpopupmenu.h> //::mousePressEvent()
#include <tdepopupmenu.h> //::mousePressEvent()
#include <krun.h> //::mousePressEvent()
#include <kurldrag.h>
#include <tqapplication.h>//TQApplication::setOverrideCursor()

Loading…
Cancel
Save