|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
|
|
|
|
|
import sys
|
|
|
|
|
from qt import *
|
|
|
|
|
from tdecore import KCmdLineArgs, TDEApplication
|
|
|
|
|
from tdecore import TDECmdLineArgs, TDEApplication
|
|
|
|
|
from tdeui import *
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -2767,7 +2767,7 @@ if __name__ == "__main__":
|
|
|
|
|
description = ""
|
|
|
|
|
version = ""
|
|
|
|
|
|
|
|
|
|
KCmdLineArgs.init (sys.argv, appname, description, version)
|
|
|
|
|
TDECmdLineArgs.init (sys.argv, appname, description, version)
|
|
|
|
|
a = TDEApplication ()
|
|
|
|
|
|
|
|
|
|
QObject.connect(a,SIGNAL("lastWindowClosed()"),a,SLOT("quit()"))
|
|
|
|
|