diff options
author | Timothy Pearson <[email protected]> | 2012-01-22 00:28:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-22 00:28:18 -0600 |
commit | 7021f40c13f949b7cb5ded32d0241d648a43bf6c (patch) | |
tree | aa1a5e4de2963edc6638783246b2ff25e98833aa /kdmlib/kdmtsak.cpp | |
parent | 0a2a54a02254ded760afd5b9c965c6bb71459d46 (diff) | |
download | tdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.tar.gz tdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.zip |
Part 1 of 2 of kdm rename
Diffstat (limited to 'kdmlib/kdmtsak.cpp')
-rw-r--r-- | kdmlib/kdmtsak.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdmlib/kdmtsak.cpp b/kdmlib/kdmtsak.cpp index 22f8a0b9a..18acd05d2 100644 --- a/kdmlib/kdmtsak.cpp +++ b/kdmlib/kdmtsak.cpp @@ -18,7 +18,7 @@ Boston, MA 02110-1301, USA. */ -#include "kdmtsak.h" +#include "tdmtsak.h" #include <tqstringlist.h> @@ -45,7 +45,7 @@ bool is_vt_local() { } else { TQString cvtName = ""; - TQString output = exec("kdmctl list"); + TQString output = exec("tdmctl list"); TQStringList sessionList = TQStringList::split('\t', output, false); // See if the current session is local for ( TQStringList::Iterator it = sessionList.begin(); it != sessionList.end(); ++it ) { @@ -69,7 +69,7 @@ bool is_vt_active() { } else { TQString cvtName = ""; - TQString output = exec("kdmctl list"); + TQString output = exec("tdmctl list"); TQString curConsole = exec("fgconsole"); bool intFound; int curConsoleNum = curConsole.toInt(&intFound); |