Fix accidental conversion of dockwin

pull/1/head
Timothy Pearson 13 years ago
parent 2b1df858bf
commit de123eb5e3

@ -23,7 +23,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqapplication.h> #include <tqapplication.h>
#include <tqclipboard.h> #include <tqclipboard.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqpoint.h> #include <tqpoint.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -653,7 +653,7 @@ void KDGanttView::slotHeaderSizeChanged()
*/ */
TQDockWindow* KDGanttView::legendDoctwindow() const TQDockWindow* KDGanttView::legendDoctwindow() const
{ {
return myLegend->doctwindow(); return myLegend->dockwindow();
} }

@ -2565,11 +2565,11 @@ KDLegendWidget:: KDLegendWidget( TQWidget* parent,
clearLegend(); clearLegend();
showMe ( false ); showMe ( false );
} }
void KDLegendWidget::setAsDoctwindow( bool doctwin ) void KDLegendWidget::setAsDoctwindow( bool dockwin )
{ {
if ( (dock == 0 && !doctwin) || ( dock && doctwin ) ) if ( (dock == 0 && !dockwin) || ( dock && dockwin ) )
return; return;
if ( doctwin ) if ( dockwin )
{ {
setMaximizedWidget( 0 ); setMaximizedWidget( 0 );
showMe ( false ); showMe ( false );
@ -2614,7 +2614,7 @@ bool KDLegendWidget::asDoctwindow( )
} }
TQDockWindow* KDLegendWidget::doctwindow( ) TQDockWindow* KDLegendWidget::dockwindow( )
{ {
return dock; return dock;
} }

@ -53,7 +53,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqbrush.h> #include <tqbrush.h>
#include <tqvbox.h> #include <tqvbox.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqtimer.h> #include <tqtimer.h>
#include "KDGanttView.h" #include "KDGanttView.h"
@ -335,9 +335,9 @@ public:
void clearLegend(); void clearLegend();
void setFont( TQFont ); void setFont( TQFont );
void drawToPainter( TQPainter *p ); void drawToPainter( TQPainter *p );
void setAsDoctwindow( bool doctwin ); void setAsDoctwindow( bool dockwin );
bool asDoctwindow(); bool asDoctwindow();
TQDockWindow* doctwindow(); TQDockWindow* dockwindow();
TQSize legendSize(); TQSize legendSize();
TQSize legendSizeHint(); TQSize legendSizeHint();
private: private:

@ -19,7 +19,7 @@
#include <tqworkspace.h> #include <tqworkspace.h>
#include <tqdockarea.h> #include <tqdockarea.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqhbox.h> #include <tqhbox.h>
#include <tqpainter.h> #include <tqpainter.h>
#include <tqevent.h> #include <tqevent.h>

@ -19,7 +19,7 @@
#include <tqworkspace.h> #include <tqworkspace.h>
#include <tqdockarea.h> #include <tqdockarea.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqhbox.h> #include <tqhbox.h>
#include <tqpainter.h> #include <tqpainter.h>
#include <tqevent.h> #include <tqevent.h>

@ -33,7 +33,7 @@
#include <tqmutex.h> #include <tqmutex.h>
#include <tqwaitcondition.h> #include <tqwaitcondition.h>
#include <tqfiledialog.h> #include <tqfiledialog.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqdockarea.h> #include <tqdockarea.h>
#include <kapplication.h> #include <kapplication.h>

@ -19,7 +19,7 @@
#ifndef KIVIO_STACK_BAR_H #ifndef KIVIO_STACK_BAR_H
#define KIVIO_STACK_BAR_H #define KIVIO_STACK_BAR_H
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqptrdict.h> #include <tqptrdict.h>
namespace Kivio { namespace Kivio {

@ -31,7 +31,7 @@
#include <tqprinter.h> #include <tqprinter.h>
#include <tqpaintdevicemetrics.h> #include <tqpaintdevicemetrics.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqdom.h> #include <tqdom.h>
#include <tqtextstream.h> #include <tqtextstream.h>
#include <tqtextcodec.h> #include <tqtextcodec.h>

@ -29,7 +29,7 @@
#include <tqmainwindow.h> #include <tqmainwindow.h>
#include <tqaction.h> #include <tqaction.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqmenubar.h> #include <tqmenubar.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
#include <tqspinbox.h> #include <tqspinbox.h>

@ -19,7 +19,7 @@
// TQt includes // TQt includes
#include <tqsplitter.h> #include <tqsplitter.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqdockarea.h> #include <tqdockarea.h>
#include <tqevent.h> #include <tqevent.h>
#include <tqcursor.h> #include <tqcursor.h>
@ -136,7 +136,7 @@ class KKbdAccessExtensionsPrivate
// Action that starts access keys. // Action that starts access keys.
KAction* accessKeysAction; KAction* accessKeysAction;
// The splitter or doctwindow currently being sized. If 0, sizing is not in progress. // The splitter or dockwindow currently being sized. If 0, sizing is not in progress.
TQWidget* panel; TQWidget* panel;
// Index of current handle of the panel. When panel is a TQDockWindow: // Index of current handle of the panel. When panel is a TQDockWindow:

@ -22,7 +22,7 @@
#include <tqwidget.h> #include <tqwidget.h>
#include <tqbitmap.h> #include <tqbitmap.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <kaction.h> #include <kaction.h>
#include <koffice_export.h> #include <koffice_export.h>

@ -25,7 +25,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqpixmap.h> #include <tqpixmap.h>
#include <tqtoolbar.h> #include <tqtoolbar.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <kdebug.h> #include <kdebug.h>
#include <kparts/event.h> #include <kparts/event.h>

@ -16,7 +16,7 @@
*/ */
#include <tqwidget.h> #include <tqwidget.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqvariant.h> #include <tqvariant.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>

@ -18,7 +18,7 @@
#ifndef _KO_PALETTE_ #ifndef _KO_PALETTE_
#define _KO_PALETTE_ #define _KO_PALETTE_
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>

@ -17,7 +17,7 @@
#include <tqapplication.h> #include <tqapplication.h>
#include <tqdockarea.h> #include <tqdockarea.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqdict.h> #include <tqdict.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <tqobject.h> #include <tqobject.h>

@ -19,7 +19,7 @@
#define _KO_PALETTE_MANAGER_ #define _KO_PALETTE_MANAGER_
#include <tqobject.h> #include <tqobject.h>
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqmap.h> #include <tqmap.h>
#include <tqdict.h> #include <tqdict.h>
@ -61,7 +61,7 @@ namespace {
} }
/** /**
* Manages the set of doctwindow palettes and their widgets. * Manages the set of dockwindow palettes and their widgets.
* *
* You create one palette manager per view; then you can add widgets * You create one palette manager per view; then you can add widgets
* to your hearts content. Widgets are grouped into dock windows by * to your hearts content. Widgets are grouped into dock windows by

@ -16,7 +16,7 @@
*/ */
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <ktabwidget.h> #include <ktabwidget.h>
#include <kdebug.h> #include <kdebug.h>

@ -18,7 +18,7 @@
#ifndef _KO_TAB_PALETTE_ #ifndef _KO_TAB_PALETTE_
#define _KO_TAB_PALETTE_ #define _KO_TAB_PALETTE_
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <ktabwidget.h> #include <ktabwidget.h>
#include "kopalette.h" #include "kopalette.h"

@ -17,7 +17,7 @@
*/ */
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqtoolbox.h> #include <tqtoolbox.h>
#include <kopalette.h> #include <kopalette.h>

@ -18,7 +18,7 @@
#ifndef _KO_TOOLBOX_PALETTE_ #ifndef _KO_TOOLBOX_PALETTE_
#define _KO_TOOLBOX_PALETTE_ #define _KO_TOOLBOX_PALETTE_
#include <tqdoctwindow.h> #include <tqdockwindow.h>
#include <tqtoolbox.h> #include <tqtoolbox.h>
#include <kopalettemanager.h> #include <kopalettemanager.h>

Loading…
Cancel
Save