Update after rename python extension module from python_tqt to PyTQt.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/4/head
Slávek Banko 1 year ago
parent 67520f2b70
commit 25a48864e7
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -37,7 +37,7 @@ except:
sys.exit (-1)
try:
from python_tqt import pyqtconfig
from PyTQt import pyqtconfig
except:
sip_tqt_config.error ("Can't find pyqtconfig.py in sys.path - exiting")

@ -134,7 +134,7 @@ def doPyuic ():
buff = m.readlines ()
for line in buff:
if addImport and (string.strip (line) == 'from python_tqt.qt import *'):
if addImport and (string.strip (line) == 'from PyTQt.qt import *'):
n.write (line)
addimport (n)
elif addApp and (string.strip (line) == 'a = TQApplication(sys.argv)'):

@ -263,7 +263,7 @@ different argument counts. Here are some examples:
<TABLE BORDER="0" BGCOLOR="#E0E0E0" WIDTH="100%">
<TR><TD><PRE CLASS="PROGRAMLISTING">
from tdecore import dcop_add, dcop_next
from python_tqt.qt import TQByteArray, TQDataStream, IO_ReadOnly, IO_WriteOnly, TQString,\
from PyTQt.qt import TQByteArray, TQDataStream, IO_ReadOnly, IO_WriteOnly, TQString,\
TQCString, TQValueList&lt;TQCString&gt;
from dcopext import numericTypes, stringTypes

@ -36,7 +36,7 @@ copyright holder.
import sys
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData
from dcopexport import DCOPExObj
from python_tqt.qt import TQString, TQStringList
from PyTQt.qt import TQString, TQStringList
"""
DCOPExObj provides all of the necessary machinery to DCOP-enable

@ -31,7 +31,7 @@ import sys, time
import dcop
import dcopext
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData
from python_tqt.qt import TQString, TQCString
from PyTQt.qt import TQString, TQCString

@ -41,7 +41,7 @@ True = not False
import sys
from python_tqt.qt import TQPopupMenu, SIGNAL, TQLabel, TQIconSet
from PyTQt.qt import TQPopupMenu, SIGNAL, TQLabel, TQIconSet
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n, TDEIcon, TDEIconLoader, TDEShortcut
from tdeui import TDEMainWindow, KMessageBox, KStdAction, TDEAction, TDEToggleAction, TDEFontSizeAction, TDEFontAction, TDERadioAction,\

@ -39,7 +39,7 @@ copyright holder.
import sys
from python_tqt.qt import TQWidget, TQButtonGroup, TQt, TQLabel, TQListView, TQListViewItem
from PyTQt.qt import TQWidget, TQButtonGroup, TQt, TQLabel, TQListView, TQListViewItem
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, KURL
from tdeui import TDEMainWindow, KTabCtl, TDEListBox

@ -47,7 +47,7 @@ from tdecore import TDECmdLineArgs, KURL, TDEApplication, i18n, TDEAboutData, Ba
from tdeui import TDEMainWindow, KMessageBox, TDEAction, KStdAction, KKeyDialog, KEditToolbar
from python_tqt.qt import TQString, TQStringList
from PyTQt.qt import TQString, TQStringList
from tdeio import TDETrader

@ -4,7 +4,7 @@ iconName = 'about_kde'
helpText = """KDE provides a large set of basic widgets for application use.
Select the children of this item to see for yourself."""
from python_tqt.qt import TQFrame, TQVBoxLayout
from PyTQt.qt import TQFrame, TQVBoxLayout
from tdeui import KTextEdit

@ -1,5 +1,5 @@
from python_tqt.qt import TQFrame, TQStringList, TQVBoxLayout, SIGNAL, TQLabel, TQSizePolicy, TQt
from python_tqt.qttable import TQTable
from PyTQt.qt import TQFrame, TQStringList, TQVBoxLayout, SIGNAL, TQLabel, TQSizePolicy, TQt
from PyTQt.qttable import TQTable
from tdeui import KTextEdit, KDatePicker, KDateWidget

@ -1,4 +1,4 @@
from python_tqt.qt import TQt, TQFrame, TQHBoxLayout, TQVBoxLayout, TQStringList, TQLabel, \
from PyTQt.qt import TQt, TQFrame, TQHBoxLayout, TQVBoxLayout, TQStringList, TQLabel, \
SIGNAL, SLOT
from tdeui import KHistoryCombo, KTextEdit

@ -6,7 +6,7 @@ helpText = ("KDE provides a convenient set of dialog boxes for application use.
"Select the children of this item to see for yourself.")
from python_tqt.qt import TQFrame, TQVBoxLayout
from PyTQt.qt import TQFrame, TQVBoxLayout
from tdeui import KTextEdit

@ -5,7 +5,7 @@ helpText = ("KDE has multiple dialog types to display information about your "
"applicaiton and environment. They provide a tremendous amount of functionality "
"and consistency. They're easy to use, and they're good for the environment!")
from python_tqt.qt import TQFrame, TQVBoxLayout
from PyTQt.qt import TQFrame, TQVBoxLayout
from tdeui import KTextEdit
class MainFrame(TQFrame):

@ -1,7 +1,7 @@
iconName = 'about_kde'
labelText = 'TDEAboutApplication'
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import TDEAboutApplication, KPushButton, KTextEdit

@ -1,7 +1,7 @@
iconName = 'about_kde'
labelText = 'TDEAboutKDE'
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import TDEAboutKDE, KPushButton, KTextEdit

@ -6,7 +6,7 @@ labelText = 'KBugReport'
##~ specifies what we want.
##~ docItemName = 'KBugReport'
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import TDEAboutDialog, KPushButton, KBugReport, KTextEdit

@ -2,7 +2,7 @@ iconName = 'colorize'
labelText = 'KColorDialog'
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import KPushButton, KColorDialog, KColorPatch, KTextEdit

@ -1,5 +1,5 @@
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL, TQString
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL, TQString
from tdecore import i18n, TDEConfigSkeleton
from tdeui import KPushButton, TDEConfigDialog, KTextEdit

@ -1,5 +1,5 @@
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL, TQFont, TQString
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL, TQFont, TQString
from tdecore import i18n
from tdeui import KPushButton, KEdFind, KTextEdit

@ -1,4 +1,4 @@
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL, TQFont, TQString
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL, TQFont, TQString
from tdecore import i18n
from tdeui import KPushButton, KEdReplace, KTextEdit

@ -1,5 +1,5 @@
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL, TQFont, TQString
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL, TQFont, TQString
from tdecore import i18n
from tdeui import KPushButton, TDEFontDialog, KTextEdit

@ -1,7 +1,7 @@
iconName = 'editclear'
labelText = 'KInputDialog'
from python_tqt.qt import TQFrame, TQGridLayout, TQLabel, TQStringList, SIGNAL
from PyTQt.qt import TQFrame, TQGridLayout, TQLabel, TQStringList, SIGNAL
from tdecore import i18n
from tdeui import KPushButton, KInputDialog, KTextEdit

@ -1,7 +1,7 @@
iconName = 'configure_shortcuts'
labelText = 'KKeyDialog'
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import KPushButton, KKeyDialog, KTextEdit

@ -5,7 +5,7 @@ from random import random
from traceback import print_exc
from StringIO import StringIO
from python_tqt.qt import TQFrame, TQGridLayout, TQLabel, TQStringList, SIGNAL
from PyTQt.qt import TQFrame, TQGridLayout, TQLabel, TQStringList, SIGNAL
from tdecore import i18n
from tdeui import KGuiItem, KPushButton, KMessageBox, KTextEdit

@ -1,4 +1,4 @@
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import KPushButton, KPasswordDialog, KTextEdit

@ -2,7 +2,7 @@ iconName = 'go'
labelText = 'KProgressDialog'
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL
from tdecore import i18n
from tdeui import KPushButton, KProgressDialog, KTextEdit

@ -3,7 +3,7 @@ labelText = 'KTipDialog'
import os
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import KPushButton, KTipDatabase, KTipDialog, KTextEdit

@ -6,7 +6,7 @@ helpText = ("KDE icons are nice. "
"Select the children of this item to see for yourself.")
from python_tqt.qt import TQFrame, TQVBoxLayout
from PyTQt.qt import TQFrame, TQVBoxLayout
from tdeui import KTextEdit

@ -3,7 +3,7 @@ iconName = 'icons'
labelText = 'Misc.'
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL, TQPoint
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL, TQPoint
from tdecore import i18n
from tdeui import TDEAboutDialog, KPushButton, KBugReport, KTextEdit
from tdeui import KRootPermsIcon, KWritePermsIcon

@ -3,7 +3,7 @@ iconName = 'icons'
labelText = 'Icon Sizing'
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import TDEAboutDialog, KPushButton, KBugReport, KTextEdit

@ -4,7 +4,7 @@ iconName = 'misc'
helpText = ("")
from python_tqt.qt import TQFrame, TQVBoxLayout
from PyTQt.qt import TQFrame, TQVBoxLayout
from tdeui import KTextEdit

@ -1,4 +1,4 @@
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL, TQColor, TQSizePolicy, TQLabel
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL, TQColor, TQSizePolicy, TQLabel
from tdecore import i18n
from tdeui import KPushButton, KGradientSelector, KTextEdit, KDualColorButton, KColorPatch

@ -1,4 +1,4 @@
from python_tqt.qt import TQt, TQFrame, TQHBoxLayout, TQVBoxLayout, TQLabel, SIGNAL
from PyTQt.qt import TQt, TQFrame, TQHBoxLayout, TQVBoxLayout, TQLabel, SIGNAL
from tdeui import KPassivePopup, KTextEdit, KPushButton
from tdecore import TDEGlobal, TDEIcon

@ -1,7 +1,7 @@
from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdeui import KWindowInfo, KPushButton, KTextEdit
from tdecore import i18n, TDEApplication

@ -4,7 +4,7 @@ iconName = 'designer'
helpText = """TQt provides a rich set of widgets for application use.
Select the children of this item to see for yourself."""
from python_tqt.qt import TQFrame, TQVBoxLayout, SIGNAL
from PyTQt.qt import TQFrame, TQVBoxLayout, SIGNAL
from tdeui import KTextEdit

@ -8,8 +8,8 @@ editable table widget.'
import csv
import os
from python_tqt.qt import TQFrame, TQStringList, TQVBoxLayout, SIGNAL
from python_tqt.qttable import TQTable
from PyTQt.qt import TQFrame, TQStringList, TQVBoxLayout, SIGNAL
from PyTQt.qttable import TQTable
from tdeui import KTextEdit

@ -5,7 +5,7 @@
import sys
from tdecore import TDEApplication, TDECmdLineArgs
from tdeui import TDEMainWindow
from python_tqt.qt import TQVBoxLayout
from PyTQt.qt import TQVBoxLayout
## relative import -- cry me a river!
import about

@ -10,9 +10,9 @@ import inspect
import os
import sys
from python_tqt.qt import SIGNAL, SLOT, PYSIGNAL, TQt
from python_tqt.qt import TQVBoxLayout, TQLabel, TQPixmap, TQSplitter, TQFrame, TQDialog
from python_tqt.qt import TQSizePolicy, TQHBoxLayout, TQSpacerItem, TQPushButton
from PyTQt.qt import SIGNAL, SLOT, PYSIGNAL, TQt
from PyTQt.qt import TQVBoxLayout, TQLabel, TQPixmap, TQSplitter, TQFrame, TQDialog
from PyTQt.qt import TQSizePolicy, TQHBoxLayout, TQSpacerItem, TQPushButton
from tdecore import i18n, TDEAboutData, TDEApplication, TDECmdLineArgs, TDEGlobal
from tdecore import TDEGlobalSettings, KWin, KWinModule, KURL, TDEIcon

@ -4,7 +4,7 @@ iconName = 'kcmx'
helpText = """KDE and PyKDE allow interaction with the X Window system. Check
out the nifty samples below."""
from python_tqt.qt import TQFrame, TQLabel, TQVBoxLayout
from PyTQt.qt import TQFrame, TQLabel, TQVBoxLayout
class MainFrame(TQFrame):
def __init__(self, parent=None):

@ -8,7 +8,7 @@
# WARNING! All changes made in this file will be lost!
from python_tqt.qt import *
from PyTQt.qt import *
class QXEmbedExample(TQWidget):

@ -29,7 +29,7 @@ copyright holder.
import sys
from python_tqt.qt import TQLabel
from PyTQt.qt import TQLabel
from tdecore import TDEApplication, TDEIcon, TDEIconLoader
from tdeui import TDEMainWindow, KSystemTray

@ -1,4 +1,4 @@
from python_tqt.qt import TQVBox, TQLabel, TQLineEdit, TQString, TQPixmap, TQPushButton, TQColor, SIGNAL, TQButtonGroup,\
from PyTQt.qt import TQVBox, TQLabel, TQLineEdit, TQString, TQPixmap, TQPushButton, TQColor, SIGNAL, TQButtonGroup,\
TQRadioButton, TQt, TQWidget
from tdecore import TDEAccel, i18n

@ -1,6 +1,6 @@
import os
from python_tqt.qt import TQLabel
from PyTQt.qt import TQLabel
from tdecore import TDEApplication

@ -1,6 +1,6 @@
import os, time
from python_tqt.qt import TQImage, TQLabel, TQPixmap, TQPushButton, SIGNAL, TQColor, TQValidator
from PyTQt.qt import TQImage, TQLabel, TQPixmap, TQPushButton, SIGNAL, TQColor, TQValidator
from tdeui import KMessageBox, KDateValidator, KFloatValidator, KIntValidator, KLineEdit, KLed

@ -1,6 +1,6 @@
import time, sys
from python_tqt.qt import TQLabel, TQFrame, TQColor, TQPushButton, SIGNAL, TQButtonGroup, TQRadioButton, TQt, TQString, TQChar,\
from PyTQt.qt import TQLabel, TQFrame, TQColor, TQPushButton, SIGNAL, TQButtonGroup, TQRadioButton, TQt, TQString, TQChar,\
TQWidget, TQTimer
from tdecore import TDEApplication

@ -1,6 +1,6 @@
import os
from python_tqt.qt import TQLabel
from PyTQt.qt import TQLabel
from tdecore import TDEApplication

@ -4,7 +4,7 @@
"""
import sys
from python_tqt.qt import TQIconSet, TQProcess, TQTimer, SIGNAL, SLOT
from PyTQt.qt import TQIconSet, TQProcess, TQTimer, SIGNAL, SLOT
from tdecore import TDEAboutData, TDEApplication, TDECmdLineArgs, TDEGlobal, TDEIcon
from tdecore import KWin, KWinModule

@ -1,7 +1,7 @@
import sys
sys.path.append ("./uimodules")
from python_tqt.qt import TQSplitter, TQWidgetStack, TQWidget, TQListViewItem, SIGNAL, TQCString , TQScrollView, TQRect, TQt
from PyTQt.qt import TQSplitter, TQWidgetStack, TQWidget, TQListViewItem, SIGNAL, TQCString , TQScrollView, TQRect, TQt
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData
from tdeui import TDEMainWindow, TDEListView

@ -28,7 +28,7 @@ All is not rosy, however:
import os
import sys
from python_tqt.qt import SIGNAL, TQVBoxLayout, TQLabel
from PyTQt.qt import SIGNAL, TQVBoxLayout, TQLabel
from tdecore import i18n, TDEAboutData, TDEApplication, TDEGlobal, TDEIcon, TDECmdLineArgs
from tdeui import KDockWidget, TDEListBox, KStdAction

@ -41,7 +41,7 @@ True = not False
import sys, os
from python_tqt.qt import TQPopupMenu, SIGNAL, TQLabel, TQIconSet
from PyTQt.qt import TQPopupMenu, SIGNAL, TQLabel, TQIconSet
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n, TDEIcon, TDEIconLoader, TDEShortcut, TDEGlobal
from tdeui import TDEMainWindow, KMessageBox, KStdAction, TDEAction, TDEToggleAction, TDEFontSizeAction, TDEFontAction, TDERadioAction,\

@ -51,7 +51,7 @@ stringTypes lists
from dcop import DCOPObject, DCOPClient
from tdecore import dcop_add, dcop_next
from python_tqt.qt import TQString, TQCString, TQDataStream, IO_ReadOnly, IO_WriteOnly
from PyTQt.qt import TQString, TQCString, TQDataStream, IO_ReadOnly, IO_WriteOnly
numericTypes = ["char", "bool", "short", "int", "long", "uchar", "ushort", "uint", "ulong",
"unsigned char", "unsigned short", "unsigned int", "unsigned long",

@ -32,7 +32,7 @@ copyright holder.
import re
from dcop import DCOPClient
from python_tqt.qt import TQString, TQCString, TQByteArray, TQDataStream, IO_ReadOnly, IO_WriteOnly
from PyTQt.qt import TQString, TQCString, TQByteArray, TQDataStream, IO_ReadOnly, IO_WriteOnly
from tdecore import dcop_add, dcop_next
# XXX: 64 bit integers might be handeld wrong! pythons int is AFAIK 32 bit,

@ -324,7 +324,7 @@ def appQuit (filelist):
tmp.write (buff [i])
i = i + 1
tmp.write (buff [i] + "\nfrom python_tqt.qt import TQCloseEvent")
tmp.write (buff [i] + "\nfrom PyTQt.qt import TQCloseEvent")
i = i + 1
while (i < nLines) and (string.find (buff [i], "class TDEApplication") < 0):

@ -23,7 +23,7 @@
import sip_tqt_config
from python_tqt import pyqtconfig
from PyTQt import pyqtconfig
# These are installation specific values created when PyTQt was configured.

@ -23,7 +23,7 @@
import sip_tqt_config
from python_tqt import pyqtconfig
from PyTQt import pyqtconfig
# These are installation specific values created when PyTQt was configured.

@ -43,7 +43,7 @@ True = not False
import sys
from python_tqt.qt import TQPopupMenu, SIGNAL
from PyTQt.qt import TQPopupMenu, SIGNAL
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n, TDEStdAccel, TDEIcon, TDEIconLoader
from tdeui import TDEMainWindow, KMessageBox

@ -41,7 +41,7 @@ True = not False
import sys
from python_tqt.qt import TQPopupMenu, SIGNAL
from PyTQt.qt import TQPopupMenu, SIGNAL
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n
from tdeui import TDEMainWindow, KMessageBox, KStdAction, TDEAction

@ -41,7 +41,7 @@ True = not False
import sys
from python_tqt.qt import TQPopupMenu, SIGNAL
from PyTQt.qt import TQPopupMenu, SIGNAL
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n
from tdeui import TDEMainWindow, KMessageBox, KStdAction, TDEAction, TDEActionCollection

@ -29,7 +29,7 @@ copyright holder.
import sys
from python_tqt.qt import TQWidget, SIGNAL
from PyTQt.qt import TQWidget, SIGNAL
from tdecore import TDEApplication, TDEIcon, TDEIconLoader
from tdeui import KSystemTray

@ -35,7 +35,7 @@ copyright holder.
import sys
from python_tqt.qt import TQLabel, TQWidget, SIGNAL
from PyTQt.qt import TQLabel, TQWidget, SIGNAL
from tdecore import TDEApplication, TDEIcon, TDEIconLoader
from tdeui import TDEMainWindow, KSystemTray

@ -29,7 +29,7 @@ copyright holder.
import sys
from python_tqt.qt import SIGNAL
from PyTQt.qt import SIGNAL
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData
from tdeui import TDEMainWindow

@ -42,7 +42,7 @@ True = not False
import sys
from python_tqt.qt import TQPopupMenu, SIGNAL
from PyTQt.qt import TQPopupMenu, SIGNAL
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n, TDEStdAccel, TDEIcon, TDEIconLoader
from tdeui import TDEMainWindow, KMessageBox

@ -41,7 +41,7 @@ True = not False
import sys
from python_tqt.qt import TQPopupMenu, SIGNAL
from PyTQt.qt import TQPopupMenu, SIGNAL
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n, TDEShortcut
from tdeui import TDEMainWindow, KMessageBox, KStdAction, TDEAction

@ -41,7 +41,7 @@ True = not False
import sys
from python_tqt.qt import TQPopupMenu, SIGNAL
from PyTQt.qt import TQPopupMenu, SIGNAL
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData, i18n, TDEShortcut
from tdeui import TDEMainWindow, KMessageBox, KStdAction, TDEAction, TDEActionCollection

@ -29,7 +29,7 @@ copyright holder.
import sys
from python_tqt.qt import TQWidget, SIGNAL
from PyTQt.qt import TQWidget, SIGNAL
from tdecore import TDEApplication, TDEIcon, TDEIconLoader
from tdeui import KSystemTray

@ -29,7 +29,7 @@ copyright holder.
import sys
from python_tqt.qt import TQLabel, TQWidget, SIGNAL
from PyTQt.qt import TQLabel, TQWidget, SIGNAL
from tdecore import TDEApplication, TDEIcon, TDEIconLoader
from tdeui import TDEMainWindow, KSystemTray

Loading…
Cancel
Save