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 <tqapplication.h>
#include <tqclipboard.h>
#include <tqdoctwindow.h>
#include <tqdockwindow.h>
#include <tqpoint.h>
#include <tqlabel.h>
#include <tqwidget.h>

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

@ -2565,11 +2565,11 @@ KDLegendWidget:: KDLegendWidget( TQWidget* parent,
clearLegend();
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;
if ( doctwin )
if ( dockwin )
{
setMaximizedWidget( 0 );
showMe ( false );
@ -2614,7 +2614,7 @@ bool KDLegendWidget::asDoctwindow( )
}
TQDockWindow* KDLegendWidget::doctwindow( )
TQDockWindow* KDLegendWidget::dockwindow( )
{
return dock;
}

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

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

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

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

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

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

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

@ -19,7 +19,7 @@
// TQt includes
#include <tqsplitter.h>
#include <tqdoctwindow.h>
#include <tqdockwindow.h>
#include <tqdockarea.h>
#include <tqevent.h>
#include <tqcursor.h>
@ -136,7 +136,7 @@ class KKbdAccessExtensionsPrivate
// Action that starts access keys.
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;
// Index of current handle of the panel. When panel is a TQDockWindow:

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

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

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

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

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

@ -19,7 +19,7 @@
#define _KO_PALETTE_MANAGER_
#include <tqobject.h>
#include <tqdoctwindow.h>
#include <tqdockwindow.h>
#include <tqstring.h>
#include <tqmap.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
* 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 <kdebug.h>

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

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

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

Loading…
Cancel
Save