diff options
Diffstat (limited to 'noatun-plugins')
-rw-r--r-- | noatun-plugins/alsaplayer/AlsaPlayer.ui | 22 | ||||
-rw-r--r-- | noatun-plugins/dub/dub/dubprefs.ui | 2 | ||||
-rw-r--r-- | noatun-plugins/oblique/menu.cpp | 2 | ||||
-rw-r--r-- | noatun-plugins/oblique/tree.h | 4 | ||||
-rw-r--r-- | noatun-plugins/pitchablespeed/speedtuner.ui | 2 | ||||
-rw-r--r-- | noatun-plugins/synaescope/ui.cpp | 10 | ||||
-rw-r--r-- | noatun-plugins/tippercanoe/ui.cpp | 10 |
7 files changed, 26 insertions, 26 deletions
diff --git a/noatun-plugins/alsaplayer/AlsaPlayer.ui b/noatun-plugins/alsaplayer/AlsaPlayer.ui index 925a51f..73c4249 100644 --- a/noatun-plugins/alsaplayer/AlsaPlayer.ui +++ b/noatun-plugins/alsaplayer/AlsaPlayer.ui @@ -18,9 +18,9 @@ <property name="acceptDrops"> <bool>true</bool> </property> - <property name="tqlayoutMargin" stdset="0"> + <property name="layoutMargin" stdset="0"> </property> - <property name="tqlayoutSpacing" stdset="0"> + <property name="layoutSpacing" stdset="0"> </property> <vbox> <property name="name"> @@ -292,9 +292,9 @@ <property name="frameShadow"> <enum>Plain</enum> </property> - <property name="tqlayoutMargin" stdset="0"> + <property name="layoutMargin" stdset="0"> </property> - <property name="tqlayoutSpacing" stdset="0"> + <property name="layoutSpacing" stdset="0"> </property> <grid> <property name="name"> @@ -2216,7 +2216,7 @@ <property name="name"> <cstring>Layout10</cstring> </property> - <property name="tqlayoutSpacing" stdset="0"> + <property name="layoutSpacing" stdset="0"> </property> <hbox> <property name="name"> @@ -2232,7 +2232,7 @@ <property name="name"> <cstring>Layout9</cstring> </property> - <property name="tqlayoutSpacing" stdset="0"> + <property name="layoutSpacing" stdset="0"> </property> <vbox> <property name="name"> @@ -2265,7 +2265,7 @@ <property name="name"> <cstring>Layout8</cstring> </property> - <property name="tqlayoutSpacing" stdset="0"> + <property name="layoutSpacing" stdset="0"> </property> <hbox> <property name="name"> @@ -2407,7 +2407,7 @@ <property name="name"> <cstring>Layout5</cstring> </property> - <property name="tqlayoutSpacing" stdset="0"> + <property name="layoutSpacing" stdset="0"> </property> <vbox> <property name="name"> @@ -2423,7 +2423,7 @@ <property name="name"> <cstring>Layout3</cstring> </property> - <property name="tqlayoutSpacing" stdset="0"> + <property name="layoutSpacing" stdset="0"> </property> <hbox> <property name="name"> @@ -2501,7 +2501,7 @@ <property name="name"> <cstring>Layout4</cstring> </property> - <property name="tqlayoutSpacing" stdset="0"> + <property name="layoutSpacing" stdset="0"> </property> <hbox> <property name="name"> @@ -2636,5 +2636,5 @@ <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data> </image> </images> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/noatun-plugins/dub/dub/dubprefs.ui b/noatun-plugins/dub/dub/dubprefs.ui index c403ae0..437dfa9 100644 --- a/noatun-plugins/dub/dub/dubprefs.ui +++ b/noatun-plugins/dub/dub/dubprefs.ui @@ -178,7 +178,7 @@ </widget> </vbox> </widget> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kurlrequester.h</includehint> <includehint>klineedit.h</includehint> diff --git a/noatun-plugins/oblique/menu.cpp b/noatun-plugins/oblique/menu.cpp index ae22592..a65bf96 100644 --- a/noatun-plugins/oblique/menu.cpp +++ b/noatun-plugins/oblique/menu.cpp @@ -67,7 +67,7 @@ void FileMenu::removeFromList() void FileMenu::properties() { - new ObliquePropertiesDialog(mFiles, tqparentWidget()); + new ObliquePropertiesDialog(mFiles, parentWidget()); } void FileMenu::toggleInSlice(Slice *slice) diff --git a/noatun-plugins/oblique/tree.h b/noatun-plugins/oblique/tree.h index 8f92f2a..af14f95 100644 --- a/noatun-plugins/oblique/tree.h +++ b/noatun-plugins/oblique/tree.h @@ -61,8 +61,8 @@ public: virtual int compare(TQListViewItem * i, int col, bool) const; /** - * open my tqparents so that I'm visible, if I'm playing or - * close my tqparents if I'm not playing, and the user + * open my parents so that I'm visible, if I'm playing or + * close my parents if I'm not playing, and the user * didn't open **/ void autoExpand(); diff --git a/noatun-plugins/pitchablespeed/speedtuner.ui b/noatun-plugins/pitchablespeed/speedtuner.ui index e533bd2..c200860 100644 --- a/noatun-plugins/pitchablespeed/speedtuner.ui +++ b/noatun-plugins/pitchablespeed/speedtuner.ui @@ -191,5 +191,5 @@ <slot access="protected">offsetChanged(int)</slot> <slot access="protected">rangeChanged(int)</slot> </Q_SLOTS> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/noatun-plugins/synaescope/ui.cpp b/noatun-plugins/synaescope/ui.cpp index 846a3b7..570bdb6 100644 --- a/noatun-plugins/synaescope/ui.cpp +++ b/noatun-plugins/synaescope/ui.cpp @@ -257,14 +257,14 @@ struct SliderBar : public UIObject struct PopperUpper : public UIObject { - int tqmaskAdd; + int maskAdd; PopperUpper(int _am,int _vm,double _x,double _y, - double _width,double _height, int _tqmaskAdd) + double _width,double _height, int _maskAdd) { activeMask = _am; visibleMask = _vm; x = _x; y = _y; width = _width; height = _height; - tqmaskAdd = _tqmaskAdd; + maskAdd = _maskAdd; } int go(bool mouseDown,bool mouseClick, bool mouseOver, @@ -282,7 +282,7 @@ struct PopperUpper : public UIObject 0x0200, x*scale,y*scale,width*scale,height*scale); - return mouseOver ? tqmaskAdd : 0; + return mouseOver ? maskAdd : 0; } void handleKey(char key, int &action) @@ -346,7 +346,7 @@ void Interface::setupPalette() #define OPEN 64 -// TODO Lay things out with tqparents and a stack, like QT +// TODO Lay things out with parents and a stack, like QT Interface::Interface() { static const float IconSize=0.2; diff --git a/noatun-plugins/tippercanoe/ui.cpp b/noatun-plugins/tippercanoe/ui.cpp index 663816c..2c09991 100644 --- a/noatun-plugins/tippercanoe/ui.cpp +++ b/noatun-plugins/tippercanoe/ui.cpp @@ -170,14 +170,14 @@ struct SliderBar : public UIObject struct PopperUpper : public UIObject { - int tqmaskAdd; + int maskAdd; PopperUpper(int _am,int _vm,double _x,double _y, - double _width,double _height, int _tqmaskAdd) + double _width,double _height, int _maskAdd) { activeMask = _am; visibleMask = _vm; x = _x; y = _y; width = _width; height = _height; - tqmaskAdd = _tqmaskAdd; + maskAdd = _maskAdd; } int go(bool mouseDown,bool mouseClick, bool mouseOver, @@ -195,7 +195,7 @@ struct PopperUpper : public UIObject 0x0200, x*scale,y*scale,width*scale,height*scale); - return mouseOver ? tqmaskAdd : 0; + return mouseOver ? maskAdd : 0; } void handleKey(char key, int &action) @@ -259,7 +259,7 @@ void Interface::setupPalette() #define OPEN 64 -// TODO Lay things out with tqparents and a stack, like QT +// TODO Lay things out with parents and a stack, like QT Interface::Interface() { static const float IconSize=0.2; |