From 636f509299122d02087c6fd62e1e4a46dbd22026 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 8 Jan 2014 20:06:00 +0100 Subject: Rename many classes to avoid conflicts with KDE --- kdejava/koala/test/kbase/KBaseView.java | 36 --------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 kdejava/koala/test/kbase/KBaseView.java (limited to 'kdejava/koala/test/kbase/KBaseView.java') diff --git a/kdejava/koala/test/kbase/KBaseView.java b/kdejava/koala/test/kbase/KBaseView.java deleted file mode 100644 index 59554607..00000000 --- a/kdejava/koala/test/kbase/KBaseView.java +++ /dev/null @@ -1,36 +0,0 @@ -import org.kde.qt.*; - -/** The KBaseView class provides the view widget for the KBase instance. - * The View instance inherits TQWidget as a base class and represents the view object of a KTMainWindow. As KBaseView is part of the - * docuement-view model, it needs a reference to the document object connected with it by the KBase class to manipulate and display - * the document structure provided by the KBaseDoc class. - * - * @author Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team. - * @version KDevelop version 0.4 code generation - */ -public class KBaseView extends TQWidget { - -public KBaseView(TQWidget parent, String name) -{ - super(parent, name); - setBackgroundMode(PaletteBase); -} - -public KBaseDoc getDocument() -{ - KBase theApp=(KBase) parentWidget(); - - return theApp.getDocument(); -} - -public void print(TQPrinter pPrinter) -{ - TQPainter printpainter = new TQPainter(); - printpainter.begin(pPrinter); - - // TODO: add your printing code here - - printpainter.end(); -} - -} -- cgit v1.2.1