summaryrefslogtreecommitdiffstats
path: root/mountconfig/sizeview.py
diff options
context:
space:
mode:
Diffstat (limited to 'mountconfig/sizeview.py')
-rw-r--r--mountconfig/sizeview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mountconfig/sizeview.py b/mountconfig/sizeview.py
index 33b1560..fc94c46 100644
--- a/mountconfig/sizeview.py
+++ b/mountconfig/sizeview.py
@@ -119,7 +119,7 @@ class SizeView(TQDialog):
self.grid.setRowStretch(row,5)
self.clearWState(TQt.WState_Polished)
- self.connect(self.buttonCancel,SIGNAL("clicked()"),self.hide)
+ self.connect(self.buttonCancel,TQ_SIGNAL("clicked()"),self.hide)
#self.mainlabel = TQLabel("<font size=+2><b>"+self.dialogtitle+"</b></font>",self)
#self.grid.addWidget(self.mainlabel,0,0)