Update after rename python extension module from python_tqt to PyTQt.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/6/head
Slávek Banko 1 year ago
parent ffaf4cae99
commit cebecd44a0
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -19,7 +19,7 @@
import sys import sys
import os import os
import os.path import os.path
from python_tqt.qt import * from PyTQt.qt import *
from tdeui import * from tdeui import *
from tdecore import * from tdecore import *
from tdefile import * from tdefile import *

@ -14,7 +14,7 @@
# # # #
########################################################################### ###########################################################################
from python_tqt.qt import * from PyTQt.qt import *
from tdeui import * from tdeui import *
from tdecore import * from tdecore import *
from tdeio import * from tdeio import *

@ -13,7 +13,7 @@
# (at your option) any later version. # # (at your option) any later version. #
# # # #
########################################################################### ###########################################################################
from python_tqt.qt import * from PyTQt.qt import *
from tdecore import * from tdecore import *
import locale import locale

@ -22,7 +22,7 @@ TODO:
import sys import sys
import os import os
from python_tqt.qt import * from PyTQt.qt import *
from tdeui import * from tdeui import *
#import kdedesigner #import kdedesigner
from fuser_ui import * from fuser_ui import *

@ -19,7 +19,7 @@
import sys import sys
import os import os
import os.path import os.path
from python_tqt.qt import * from PyTQt.qt import *
from tdeui import * from tdeui import *
from tdecore import * from tdecore import *
from tdefile import * from tdefile import *

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
from python_tqt.qt import * from PyTQt.qt import *
from tdecore import * from tdecore import *
import sys, os import sys, os

@ -19,7 +19,7 @@
import sys import sys
import os import os
import os.path import os.path
from python_tqt.qt import * from PyTQt.qt import *
from tdeui import * from tdeui import *
from tdecore import * from tdecore import *
import posix import posix

@ -18,7 +18,7 @@
import sys import sys
import os.path import os.path
from python_tqt.qt import * from PyTQt.qt import *
from tdeui import * from tdeui import *
from tdecore import * from tdecore import *
from tdefile import * from tdefile import *

@ -16,7 +16,7 @@
# # # #
########################################################################### ###########################################################################
from python_tqt.qt import * from PyTQt.qt import *
from tdecore import * from tdecore import *
from tdeui import * from tdeui import *
from tdefile import * from tdefile import *

@ -76,7 +76,7 @@ static TDECModule* return_instance( TQWidget *parent, const char *name ) {
// Inject a helper function // Inject a helper function
TQString bridge = TQString("import sip_tqt\n" TQString bridge = TQString("import sip_tqt\n"
"from python_tqt import qt\n" "from PyTQt import qt\n"
"def kcontrol_bridge_" FACTORY "(parent,name):\n" "def kcontrol_bridge_" FACTORY "(parent,name):\n"
" if parent!=0:\n" " if parent!=0:\n"
" wparent = sip_tqt.wrapinstance(parent,qt.TQWidget)\n" " wparent = sip_tqt.wrapinstance(parent,qt.TQWidget)\n"

@ -19,7 +19,7 @@
import sys import sys
import os import os
import os.path import os.path
from python_tqt.qt import * from PyTQt.qt import *
from tdecore import * from tdecore import *
from tdeui import * from tdeui import *
from tdefile import * from tdefile import *

Loading…
Cancel
Save