diff options
Diffstat (limited to 'blinken')
-rw-r--r-- | blinken/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/main.cpp b/blinken/src/main.cpp index ff84f46c..9cb36827 100644 --- a/blinken/src/main.cpp +++ b/blinken/src/main.cpp @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) TQFont f("Steve", 12, TQFont::Normal, true); if (!fontChecker::checkInstalled(f, locate("appdata", "fonts/steve.ttf"))) { - KProcess *proc = new KProcess; + TDEProcess *proc = new TDEProcess; for (int i = 0; i < argc; i++) *proc << argv[i]; proc->start(); } |