Rename kwin to twin (part 1 of 2)

pull/1/head
Timothy Pearson 13 years ago
parent 9ef71cffe2
commit af5691adeb

@ -54,7 +54,7 @@
#include <ktempfile.h>
#include <kpopupmenu.h>
#include <kedittoolbar.h>
#include <kwin.h>
#include <twin.h>
#if KDE_VERSION < 220
#include <tqprinter.h>

@ -19,7 +19,7 @@
// include files for QT
#include <tqdir.h>
#include <tqapplication.h>
#include <tqdockwindow.h>
#include <tqdoctwindow.h>
#include <tqfileinfo.h>
#include <tqfile.h>

@ -132,8 +132,8 @@ TQString SelectEvent::getEvent()
return TQString();
}
// returns e.g. "kwin/eventsrc" from a given path
// "/opt/trinity/share/apps/kwin/eventsrc"
// returns e.g. "twin/eventsrc" from a given path
// "/opt/trinity/share/apps/twin/eventsrc"
TQString SelectEvent::makeRelative( const TQString& fullPath )
{
int slash = fullPath.findRev( '/' ) - 1;

@ -60,8 +60,8 @@ private slots:
void slotEventSrcComboBox_activated(int index);
private:
// returns e.g. "kwin/eventsrc" from a given path
// "/opt/trinity/share/apps/kwin/eventsrc"
// returns e.g. "twin/eventsrc" from a given path
// "/opt/trinity/share/apps/twin/eventsrc"
TQString makeRelative( const TQString& fullPath );
TQStringList m_eventSrcNames;

Loading…
Cancel
Save