diff options
Diffstat (limited to 'kicker/kicker/ui/removecontainer_mnu.cpp')
-rw-r--r-- | kicker/kicker/ui/removecontainer_mnu.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/kicker/ui/removecontainer_mnu.cpp b/kicker/kicker/ui/removecontainer_mnu.cpp index ddce1f2df..9d6d19eaf 100644 --- a/kicker/kicker/ui/removecontainer_mnu.cpp +++ b/kicker/kicker/ui/removecontainer_mnu.cpp @@ -36,15 +36,15 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "containerarea.h" RemoveContainerMenu::RemoveContainerMenu( ContainerArea* cArea, - QWidget *parent, const char *name) - : QPopupMenu( parent, name ), containerArea( cArea ) + TQWidget *parent, const char *name) + : TQPopupMenu( parent, name ), containerArea( cArea ) { appletId = insertItem(i18n("&Applet"), new PanelRemoveAppletMenu(containerArea, this)); buttonId = insertItem(i18n("Appli&cation"), new PanelRemoveButtonMenu( containerArea, this ) ); adjustSize(); - connect( this, SIGNAL( aboutToShow() ), SLOT( slotAboutToShow() ) ); + connect( this, TQT_SIGNAL( aboutToShow() ), TQT_SLOT( slotAboutToShow() ) ); } RemoveContainerMenu::~RemoveContainerMenu() |