1.1 --- a/mainwindow.cpp Tue Apr 11 14:34:14 2006 +0000
1.2 +++ b/mainwindow.cpp Mon May 08 13:25:46 2006 +0000
1.3 @@ -1231,7 +1231,8 @@
1.4
1.5 a = new QAction( tr( "Export as")+" "+tr("KDE Bookmarks" ), QPixmap(), tr("KDE Bookmarks"), 0, this, "importKDEBookmarks" );
1.6 connect( a, SIGNAL( activated() ), this, SLOT( fileExportKDEBookmarks() ) );
1.7 - a->addTo (exportMenu);
1.8 +//FIXME later!
1.9 +// a->addTo (exportMenu);
1.10
1.11 a = new QAction( tr( "Export as")+" Taskjuggler"+" "+tr("(still experimental)" ), QPixmap(), "Taskjuggler...", 0, this, "exportTJ" );
1.12 connect( a, SIGNAL( activated() ), this, SLOT( fileExportTaskjuggler() ) );