Fix accidental conversion of dockwin

pull/1/head
Timothy Pearson 13 years ago
parent 2caaeba93d
commit f2dbd1ce88

@ -18,7 +18,7 @@
#ifndef AUXBUTTONS_H
#define AUXBUTTONS_H
#include <tqdoctwindow.h>
#include <tqdockwindow.h>
class TQComboBox;
class TQLabel;
class TQToolButton;

@ -18,7 +18,7 @@
#ifndef __REGEXPBUTTONS_H
#define __REGEXPBUTTONS_H
#include <tqdoctwindow.h>
#include <tqdockwindow.h>
#include "widgetfactory.h"
class DoubleClickButton;
class TQButtonGroup;

@ -17,7 +17,7 @@
**/
#ifndef __USERDEFINEDREGEXPS_H
#define __USERDEFINEDREGEXPS_H
#include <tqdoctwindow.h>
#include <tqdockwindow.h>
#include <tqlistview.h>
#include "compoundregexp.h"

@ -18,7 +18,7 @@
#ifndef VERIFYBUTTONS_H
#define VERIFYBUTTONS_H
#include <tqdoctwindow.h>
#include <tqdockwindow.h>
#include "regexpconverter.h"
class TQToolButton;
class TQLabel;

Loading…
Cancel
Save